ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

This commit is contained in:
Benjamin Pasero
2016-01-05 16:32:32 +01:00
parent ecb0931361
commit 37dbbb3573
10 changed files with 13 additions and 13 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