aboutsummaryrefslogtreecommitdiff
path: root/update_dep.bat
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-20 16:59:37 -0400
committerAlee <alee14498@gmail.com>2018-04-20 16:59:37 -0400
commit1335729a825218e001109864c49d72bbb9b6ea42 (patch)
treeada32efdba8c751f040ef29b1db92a4f916e7f6b /update_dep.bat
parent4648caa22725bbcc6e0f8a25f521b545b4563949 (diff)
downloadAleeBot-1335729a825218e001109864c49d72bbb9b6ea42.tar.gz
AleeBot-1335729a825218e001109864c49d72bbb9b6ea42.tar.bz2
AleeBot-1335729a825218e001109864c49d72bbb9b6ea42.zip
Added pause to the script
Diffstat (limited to 'update_dep.bat')
-rw-r--r--update_dep.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_dep.bat b/update_dep.bat
index 7b993ec..1b97c9d 100644
--- a/update_dep.bat
+++ b/update_dep.bat
@@ -1,4 +1,5 @@
@echo off
title Installing/Updating Dependencies
npm install
+pause
exit \ No newline at end of file