move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE

This commit is contained in:
Joao Moreno
2016-02-15 11:07:01 +01:00
parent de60490b30
commit d46c0646f2
13 changed files with 16 additions and 16 deletions

View File

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