Break on first found app

This commit is contained in:
Cheng Zhao 2014-10-01 20:40:52 +08:00
parent 9dd68c7add
commit d754b2bda7

View file

@ -67,6 +67,7 @@ setImmediate ->
try
packagePath = path.join process.resourcesPath, packagePath
packageJson = JSON.parse(fs.readFileSync(path.join(packagePath, 'package.json')))
break
catch e
continue