Skip to content

Commit

Permalink
fix: ignore punycode module is deprecated warning in node 22
Browse files Browse the repository at this point in the history
close #114
  • Loading branch information
afc163 committed Sep 14, 2024
1 parent 80c3fb1 commit 151168b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fanyi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --no-deprecation

const { Command } = require('commander');
const chalk = require('chalk');
Expand Down

0 comments on commit 151168b

Please sign in to comment.