Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"

This reverts commit 37dbbb3573.
This commit is contained in:
Benjamin Pasero
2016-01-08 17:32:09 +01:00
parent d01c69d084
commit 059e335427
10 changed files with 13 additions and 13 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