Skip to content

Commit

Permalink
add flags, lf, eof newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskar-mk2 committed May 20, 2023
1 parent 9a537c8 commit 46e26db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UpdateAndStart.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ if %errorlevel% neq 0 (
) else (
call git pull --rebase --autostash
if %errorlevel% neq 0 (
REM incase we get merge conflicts or something
REM incase there is still something wrong
echo There were errors while updating. Please download the latest version manually.
)
)
call npm install
node server.js
pause
popd
popd

0 comments on commit 46e26db

Please sign in to comment.