Crash when update failed
| @@ -14,7 +14,9 @@ if %errorlevel% neq 0 ( | ||
| 14 | 14 | call git pull --rebase --autostash |
| 15 | 15 | if %errorlevel% neq 0 ( |
| 16 | 16 | REM incase there is still something wrong |
| 17 | 17 | echo There[91mThere were errors while updating. Please download the latest version manually.[0m |
| 18 | + echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems | |
| 19 | + goto end | |
| 18 | 20 | ) |
| 19 | 21 | ) |
| 20 | 22 | set NODE_ENV=production |
| @@ -95,7 +95,8 @@ git pull --rebase --autostash origin %TARGET_BRANCH% | ||
| 95 | 95 | |
| 96 | 96 | :install |
| 97 | 97 | if %errorlevel% neq 0 ( |
| 98 | 98 | echo There[91mThere were errors while updating. Please check manually.[0m |
| 99 | + echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems | |
| 99 | 100 | goto end |
| 100 | 101 | ) |
| 101 | 102 | |