ソースを参照

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
-node %~dp0\single-file %*
+node "%~dp0\single-file" %*