mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-15 17:15:01 +08:00
fix(win): fix typo in nylas-win-bootup
This commit is contained in:
parent
78f1473ca3
commit
5e9e2b5f47
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