Crash when update failed

9e3307576ef835da5ae399c80f7f865ecd964059

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +5 -2Ignore whitespace
UpdateAndStart.bat+3 -1
@@ -14,7 +14,9 @@ if %errorlevel% neq 0 (
1414 call git pull --rebase --autostash
1515 if %errorlevel% neq 0 (
1616 REM incase there is still something wrong
1717 echo ThereThere were errors while updating. Please download the latest version manually.
18+ echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems
19+ goto end
1820 )
1921)
2022set NODE_ENV=production
UpdateForkAndStart.bat+2 -1
@@ -95,7 +95,8 @@ git pull --rebase --autostash origin %TARGET_BRANCH%
9595
9696:install
9797if %errorlevel% neq 0 (
9898 echo ThereThere were errors while updating. Please check manually.
99+ echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems
99100 goto end
100101)
101102