From abbc37db8ec8c6200c03de62e0a030d5e3e9dd8c Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Mon, 11 Nov 2024 12:15:12 -0300 Subject: [PATCH] fix: disable deprecation warnings --- bin/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.js b/bin/run.js index 280d4a82..04f7d533 100755 --- a/bin/run.js +++ b/bin/run.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node --no-deprecation // Pre-process/prune flags before creating or running the actual CLI (await import('../dist/flags.js')).preprocessCliFlags(process);