Skip to content

Commit

Permalink
fix: no-deprecation on cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Nov 14, 2024
1 parent 8a438f1 commit ce2e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

node "%~dp0\run" %*
node --no-deprecation "%~dp0\run" %*

0 comments on commit ce2e7bf

Please sign in to comment.