We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706f93c commit 596c74cCopy full SHA for 596c74c
node.bat
@@ -1,3 +1,3 @@
1
@echo off
2
SET plugin_dir=%~dp0%
3
-node %plugin_dir%/main.js %*
+node "%plugin_dir%/main.js" %*
0 commit comments