Explorar el Código

Fix issue with whitespaces

Gildas hace 5 años
padre
commit
a5a790f7c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cli/single-file.bat

+ 1 - 1
cli/single-file.bat

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