Skip to content

Commit

Permalink
Test split string flag for env command
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Mar 11, 2020
1 parent 310e5dd commit ef3a4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.mjs
@@ -1,3 +1,3 @@
#!/usr/bin/env node --experimental-modules
#!/usr/bin/env -S node --experimental-modules

console.log('from test.mjs');

0 comments on commit ef3a4ff

Please sign in to comment.