make updater error message persist in console

This commit is contained in:
Lincoln Stein
2023-05-22 11:16:40 -04:00
parent fab5df9317
commit 7e448a3f20

View File

@@ -86,6 +86,7 @@ def main():
versions = get_versions()
if invokeai_is_running():
print(f':exclamation: [bold red]Please terminate all running instances of InvokeAI before updating.[/red bold]')
input('Press any key to continue...')
return
welcome(versions)