use ELECTRON_RUN_AS_NODE

This commit is contained in:
Joao Moreno
2016-02-12 12:43:24 +01:00
parent c0b72c1658
commit 4821ad5f43
12 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
@echo off
setlocal
set VSCODE_DEV=
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
set ELECTRON_RUN_AS_NODE=1
"%~dp0..\\Code.exe" "%~dp0code.js" %*
endlocal