Skip to content

fix: wire AbortSignal to osascript subprocess for clean cancellation#80

Open
ErnestHysa wants to merge 1 commit into
nowork-studio:mainfrom
ErnestHysa:main
Open

fix: wire AbortSignal to osascript subprocess for clean cancellation#80
ErnestHysa wants to merge 1 commit into
nowork-studio:mainfrom
ErnestHysa:main

Conversation

@ErnestHysa
Copy link
Copy Markdown

Fixes the AbortSignal not wired bug in pick-folder.ts. The osascript subprocess previously only had a 5-min hard timeout with no way to cancel it via AbortSignal. This change adds signal?: AbortSignal support to pickFolder and wires it to execFile for clean cancellation.

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.

1 participant