Skip to content

Commit 158af54

Browse files
committed
Fix an issue with running Alfy scripts
Fixes #141
1 parent 207a009 commit 158af54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if ! has_node; then
4343
fi
4444

4545
if has_node; then
46-
node --input-type=module "$@"
46+
node "$@"
4747
else
4848
echo $'{"items":[{"title": "Couldn\'t find the `node` binary", "subtitle": "Symlink it to `/usr/local/bin`"}]}'
4949
fi

0 commit comments

Comments
 (0)