mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-01 18:39:34 +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 chalk = require('chalk');
|
||||
const path = require('path');
|
||||
|
Loading…
Reference in New Issue
Block a user