1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

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

This commit is contained in:
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

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();