Skip to content

Commit f3b2e02

Browse files
author
Lincoln Stein
committed
make updater error message persist in console
1 parent fab5df9 commit f3b2e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ldm/invoke/config/invokeai_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def main():
8686
versions = get_versions()
8787
if invokeai_is_running():
8888
print(f':exclamation: [bold red]Please terminate all running instances of InvokeAI before updating.[/red bold]')
89+
input('Press any key to continue...')
8990
return
9091

9192
welcome(versions)

0 commit comments

Comments
 (0)