Skip to content

Commit

Permalink
fix shebang argument parse
Browse files Browse the repository at this point in the history
  • Loading branch information
liudonghua123 committed Jan 16, 2024
1 parent a40b3ff commit 04fa6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node-sea.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-warnings=ExperimentalWarning
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning

import chalk from "chalk";
import { Command, Option } from "commander";
Expand Down

0 comments on commit 04fa6ec

Please sign in to comment.