From 4d5903c090141d34c58c4c011e1e5e6d9523d657 Mon Sep 17 00:00:00 2001 From: Archeb Date: Sun, 21 Apr 2024 13:18:21 +0800 Subject: [PATCH] add pause for startup script --- start.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.bat b/start.bat index 0951b5b..31a0ef7 100644 --- a/start.bat +++ b/start.bat @@ -1,4 +1,5 @@ git pull npm install set YOUCOM_COOKIE=Your Cookie -node index \ No newline at end of file +node index +pause \ No newline at end of file