diff --git a/Start.bat b/Start.bat index 96a55c7f1..b07586724 100644 --- a/Start.bat +++ b/Start.bat @@ -1,5 +1,5 @@ pushd %~dp0 call npm install --no-audit -node server.js +node server.js %* pause popd