Skip to content

fix: only run TextUI thread when a job is active#2

Open
BruiserX wants to merge 2 commits into
ANoXShadow:mainfrom
BruiserX:main
Open

fix: only run TextUI thread when a job is active#2
BruiserX wants to merge 2 commits into
ANoXShadow:mainfrom
BruiserX:main

Conversation

@BruiserX

Copy link
Copy Markdown

Moved the timer + TextUI logic into a dedicated thread inside startJob().
This avoids lib.hideTextUI() being called repeatedly when no job is active,
which previously caused unnecessary tracebacks.

Fixes #1

BruiserX added 2 commits June 29, 2025 17:54
Moved the timer + TextUI logic into a dedicated thread inside startJob().
This avoids `lib.hideTextUI()` being called repeatedly when no job is active,
which previously caused unnecessary tracebacks.

Fixes #1
fix: only run TextUI thread when a job is active
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.

lib.hideTextUI called constantly even when no job is active

1 participant