From 2c70083a43dad55dfceb9f699a37e615ee0c7005 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Tue, 9 Feb 2016 11:43:30 -0800 Subject: [PATCH] fix(win): fix typo in nylas-win-bootup --- build/resources/win/nylas-win-bootup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/resources/win/nylas-win-bootup.js b/build/resources/win/nylas-win-bootup.js index 7abe138b6..602910dfa 100644 --- a/build/resources/win/nylas-win-bootup.js +++ b/build/resources/win/nylas-win-bootup.js @@ -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);