Преглед изворни кода

Fix issue with whitespaces

Gildas пре 5 година
родитељ
комит
a5a790f7c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cli/single-file.bat

+ 1 - 1
cli/single-file.bat

@@ -1,2 +1,2 @@
 @echo off
 @echo off
-node %~dp0\single-file %*
+node "%~dp0\single-file" %*