mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-08 14:02:09 +01:00
fix: disable deprecation warnings
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
57d86eb118
commit
af251b9c4b
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env -S node --no-deprecation
|
||||||
|
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const chalk = require('chalk');
|
const chalk = require('chalk');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
Loading…
Reference in New Issue
Block a user