mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove comment about killing process
This commit is contained in:
@@ -40,8 +40,6 @@ class BufferedProcess
|
||||
# containing the exit status (optional).
|
||||
constructor: ({command, args, options, stdout, stderr, exit}={}) ->
|
||||
options ?= {}
|
||||
# Quick hack. Killing @process will only kill cmd.exe, and not the child
|
||||
# process and will just orphan it. Does not escape ^ (cmd's escape symbol).
|
||||
# Related to joyent/node#2318
|
||||
if process.platform is "win32"
|
||||
# Quote all arguments and escapes inner quotes
|
||||
|
||||
Reference in New Issue
Block a user