From 0a42a84fe8646204cdb529382669c807bd2e23ff Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Thu, 13 Oct 2016 15:13:50 +0200 Subject: [PATCH] get rid of extra backslashes in code.cmd --- resources/win32/bin/code.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/win32/bin/code.cmd b/resources/win32/bin/code.cmd index 39a70f562c6..377f7c1e120 100644 --- a/resources/win32/bin/code.cmd +++ b/resources/win32/bin/code.cmd @@ -2,5 +2,5 @@ setlocal set VSCODE_DEV= set ELECTRON_RUN_AS_NODE=1 -call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\\app\\out\\cli.js" %* | "%~dp0\cat.exe" +call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %* | "%~dp0\cat.exe" endlocal \ No newline at end of file