summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-15 15:31:39 -0400
committerAlee <alee14498@gmail.com>2018-04-15 15:31:39 -0400
commit9a9348c1607c9b7d77e925475efeb448fbd0807d (patch)
tree12047151c8fc83e3467b08ac14ce4b65ba1208db
parentdc2567130b10de432aa8024dea86144e08b5ee9a (diff)
downloadAleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.tar.gz
AleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.tar.bz2
AleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.zip
Added debug mode in script
-rw-r--r--run_win.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/run_win.bat b/run_win.bat
index d060448..d3efd21 100644
--- a/run_win.bat
+++ b/run_win.bat
@@ -13,6 +13,7 @@ set /p start=
if %start% == Yes goto a
if %start% == yes goto a
if %start% == y goto a
+if %start% == debug goto ad
echo Exiting...
pause>nul
@@ -20,4 +21,8 @@ exit
:a
git pull
node bot_discord.js
-goto a \ No newline at end of file
+goto a
+:ad
+git pull
+node bot_discord.js --debug
+goto ad \ No newline at end of file