fix(win): fix typo in nylas-win-bootup

This commit is contained in:
Evan Morikawa 2016-02-09 11:43:30 -08:00
parent 78f1473ca3
commit 5e9e2b5f47

View file

@ -6,4 +6,4 @@ var arguments = process.argv.slice(2);
arguments.unshift('--executed-from', process.cwd());
var options = {detached: true, stdio: 'ignore'};
spawn(nylasCommandPath, arguments, options);
irocess.exit(0);
process.exit(0);