HTML5Helper: don't display deprecation warnings from Node.js
They are not relevant to our users
This commit is contained in:
@@ -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"))
|
if (project.targetFlags.exists("nolaunch"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user