mirror of
https://github.com/atom/atom.git
synced 2026-02-04 03:35:20 -05:00
Merge branch 'master' into ns-switch-to-display-layers
This commit is contained in:
@@ -47,6 +47,7 @@ class BufferedNodeProcess extends BufferedProcess
|
||||
options ?= {}
|
||||
options.env ?= Object.create(process.env)
|
||||
options.env['ELECTRON_RUN_AS_NODE'] = 1
|
||||
options.env['ELECTRON_NO_ATTACH_CONSOLE'] = 1
|
||||
|
||||
args = args?.slice() ? []
|
||||
args.unshift(command)
|
||||
|
||||
Reference in New Issue
Block a user