mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Crash when update failed
This commit is contained in:
parent
6c110e91f7
commit
9e3307576e
@ -14,7 +14,9 @@ if %errorlevel% neq 0 (
|
||||
call git pull --rebase --autostash
|
||||
if %errorlevel% neq 0 (
|
||||
REM incase there is still something wrong
|
||||
echo There were errors while updating. Please download the latest version manually.
|
||||
echo [91mThere were errors while updating.[0m
|
||||
echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems
|
||||
goto end
|
||||
)
|
||||
)
|
||||
set NODE_ENV=production
|
||||
|
@ -95,7 +95,8 @@ git pull --rebase --autostash origin %TARGET_BRANCH%
|
||||
|
||||
:install
|
||||
if %errorlevel% neq 0 (
|
||||
echo There were errors while updating. Please check manually.
|
||||
echo [91mThere were errors while updating.[0m
|
||||
echo See the update FAQ at https://docs.sillytavern.app/usage/update/#common-update-problems
|
||||
goto end
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user