Break on first found app
This commit is contained in:
parent
9dd68c7add
commit
d754b2bda7
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ setImmediate ->
|
||||||
try
|
try
|
||||||
packagePath = path.join process.resourcesPath, packagePath
|
packagePath = path.join process.resourcesPath, packagePath
|
||||||
packageJson = JSON.parse(fs.readFileSync(path.join(packagePath, 'package.json')))
|
packageJson = JSON.parse(fs.readFileSync(path.join(packagePath, 'package.json')))
|
||||||
|
break
|
||||||
catch e
|
catch e
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue