Skip to content

Commit

Permalink
fix: ignore punycode module is deprecated warning in node 22 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 14, 2024
1 parent 80c3fb1 commit d4e780c
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 d4e780c

Please sign in to comment.