mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 16:44:36 +08:00
fix(win): fix typo in nylas-win-bootup
This commit is contained in:
parent
24237af004
commit
2c70083a43
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ var arguments = process.argv.slice(2);
|
||||||
arguments.unshift('--executed-from', process.cwd());
|
arguments.unshift('--executed-from', process.cwd());
|
||||||
var options = {detached: true, stdio: 'ignore'};
|
var options = {detached: true, stdio: 'ignore'};
|
||||||
spawn(nylasCommandPath, arguments, options);
|
spawn(nylasCommandPath, arguments, options);
|
||||||
irocess.exit(0);
|
process.exit(0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue