Skip to content

Commit 596c74c

Browse files
authored
Add "" around path
1 parent 706f93c commit 596c74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
SET plugin_dir=%~dp0%
3-
node %plugin_dir%/main.js %*
3+
node "%plugin_dir%/main.js" %*

0 commit comments

Comments
 (0)