We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 706f93c + 596c74c commit 551c5f3Copy full SHA for 551c5f3
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