Browse Source

Fix issue with whitespaces

Gildas 5 năm trước cách đây
mục cha
commit
a5a790f7c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" %*