From ce2e7bf0dca7b395ebf81917a5501d3e683b125b Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Thu, 14 Nov 2024 12:55:08 -0300 Subject: [PATCH] fix: no-deprecation on cmd --- bin/run.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.cmd b/bin/run.cmd index 968fc307..cd320364 100644 --- a/bin/run.cmd +++ b/bin/run.cmd @@ -1,3 +1,3 @@ @echo off -node "%~dp0\run" %* +node --no-deprecation "%~dp0\run" %*