Skip to content

Commit 551c5f3

Browse files
authored
Merge pull request #1 from Flow-Launcher/taooceros-patch-1
Add "" around path
2 parents 706f93c + 596c74c commit 551c5f3

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)