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" %*