Merge branch 'stable' into beta

This commit is contained in:
Nathan Sobo
2015-09-23 16:59:50 -06:00

View File

@@ -70,6 +70,7 @@ module.exports =
try
error = null
symlinkCommandWithPrivilegeSync(commandPath, destinationPath)
catch error
catch err
error = err
callback?(error)