mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove disconnect call
This commit is contained in:
@@ -4,5 +4,5 @@ var options = {
|
||||
detached: true,
|
||||
stdio: 'ignore'
|
||||
}
|
||||
spawn("C:\\Users\\kevin\\AppData\\Local\\atom\\app-0.156.0\\atom.exe", [], options).disconnect();
|
||||
spawn("C:\\Users\\kevin\\AppData\\Local\\atom\\app-0.156.0\\atom.exe", [], options);
|
||||
process.exit();
|
||||
|
||||
Reference in New Issue
Block a user