Cli: Fixes #10992: Disable deprecation warning when running Joplin from CLI (#11074)

pull/11112/head
pedr 2024-09-23 14:20:13 -03:00 committed by GitHub
parent e3576683b0
commit 817f3bc121
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 node
#!/usr/bin/env -S NODE_OPTIONS=--no-deprecation node
// Use njstrace to find out what Node.js might be spending time on
// var njstrace = require('njstrace').inject();