Merge branch 'master' into ns-switch-to-display-layers

This commit is contained in:
Antonio Scandurra
2016-04-15 17:39:15 +02:00
8 changed files with 17 additions and 940 deletions

View File

@@ -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)