Update Windows launcher
This commit is contained in:
parent
f37d62f571
commit
813704d0c3
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
@echo off
|
||||
:botlaunch
|
||||
node index.js
|
||||
if %errorlevel%==1 (
|
||||
exit
|
||||
)
|
||||
timeout /nobreak /t 5 > nul
|
||||
goto botlaunch
|
Loading…
Reference in a new issue