Skip to content

Commit fc32743

Browse files
committed
Fix shebang on ubuntu
1 parent 7a4eacc commit fc32743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/usr/bin/env node --enable-source-maps
1+
#!/usr/bin/env -S node --enable-source-maps
22
import "../dist/node/cli/run.js";

0 commit comments

Comments
 (0)