Skip to content

Commit 0a42a84

Browse files
author
Benjamin Pasero
committed
get rid of extra backslashes in code.cmd
1 parent 98858b7 commit 0a42a84

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" %* | "%~dp0\cat.exe"
5+
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %* | "%~dp0\cat.exe"
66
endlocal

0 commit comments

Comments
 (0)