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:
@ -14,7 +14,9 @@ if %errorlevel% neq 0 (
|
|||||||
call git pull --rebase --autostash
|
call git pull --rebase --autostash
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
REM incase there is still something wrong
|
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
|
set NODE_ENV=production
|
||||||
|
@ -95,7 +95,8 @@ git pull --rebase --autostash origin %TARGET_BRANCH%
|
|||||||
|
|
||||||
:install
|
:install
|
||||||
if %errorlevel% neq 0 (
|
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
|
goto end
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user