Skip to content

Fix hanging on restart after update#379

Open
TealSeer wants to merge 1 commit intoSpaiR:mainfrom
TealSeer:update-restart-fix
Open

Fix hanging on restart after update#379
TealSeer wants to merge 1 commit intoSpaiR:mainfrom
TealSeer:update-restart-fix

Conversation

@TealSeer
Copy link

@TealSeer TealSeer commented Nov 9, 2025

Description

Fixes #140
Command.Run waits for the child process to finish before continuing execution, this blocks os.Exit from running, Command.Start doesn't wait.

Type of change

  • Minor changes or tweaks (quality of life stuff)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Application hangs when restarting with update

1 participant