Skip to content

Commit

Permalink
suppress experimental warnings (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock authored Feb 7, 2024
1 parent 0286646 commit d4bb25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/observable-create.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning

process.argv.splice(2, 0, "create");

Expand Down

0 comments on commit d4bb25e

Please sign in to comment.