HTML5Helper: don't display deprecation warnings from Node.js

They are not relevant to our users
This commit is contained in:
Josh Tynjala
2023-05-16 12:55:18 -07:00
parent a0c6f92136
commit 5424e8562e

View File

@@ -138,7 +138,7 @@ class HTML5Helper
});*/
var args = [server, path, "-p", Std.string(port), "-c-1", "--cors"];
var args = ["--no-deprecation", server, path, "-p", Std.string(port), "-c-1", "--cors"];
if (project.targetFlags.exists("nolaunch"))
{