Skip to content

Commit 0dc03a8

Browse files
committed
code.cmd: don't use call as it substitites vars in arguments
1 parent 781074f commit 0dc03a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/win32/bin/code.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
setlocal
33
set VSCODE_DEV=
44
set ELECTRON_RUN_AS_NODE=1
5-
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %*
5+
"%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %*
66
endlocal

0 commit comments

Comments
 (0)