CLI: Fixes #11577: Revert deprecation warning suppression (#11620)

pull/11602/head^2
pedr 2025-01-09 12:20:43 -03:00 committed by GitHub
parent e1e2ba8888
commit e8f305dea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env -S NODE_OPTIONS=--no-deprecation node
#!/usr/bin/env node
// Use njstrace to find out what Node.js might be spending time on
// var njstrace = require('njstrace').inject();