From eb7412185f6fad05076fa1a12824c8042b1cf7ef Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:55:48 +0200 Subject: [PATCH] Missed one script --- UpdateAndStart.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateAndStart.bat b/UpdateAndStart.bat index f25f198ca..67339ba5b 100644 --- a/UpdateAndStart.bat +++ b/UpdateAndStart.bat @@ -12,6 +12,6 @@ if %errorlevel% neq 0 ( ) ) call npm install -node server.js +node server.js %* pause popd