diff options
| author | Alee <alee14498@gmail.com> | 2018-04-20 16:59:37 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-20 16:59:37 -0400 |
| commit | 1335729a825218e001109864c49d72bbb9b6ea42 (patch) | |
| tree | ada32efdba8c751f040ef29b1db92a4f916e7f6b | |
| parent | 4648caa22725bbcc6e0f8a25f521b545b4563949 (diff) | |
| download | AleeBot-1335729a825218e001109864c49d72bbb9b6ea42.tar.gz AleeBot-1335729a825218e001109864c49d72bbb9b6ea42.tar.bz2 AleeBot-1335729a825218e001109864c49d72bbb9b6ea42.zip | |
Added pause to the script
| -rw-r--r-- | update_dep.bat | 1 |
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 |
