copyProcess has no onExited handler #39
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: copyProcess in TailscaleWidget.qml defines no onExited handler. Success is assumed and toasted before the command executes; failures produce no feedback at all.
This violates the established pattern used by toggleProcess, exitNodeProcess, and statusCheck, making the copy path impossible to test for failure modes and leaving users without error visibility.
Written by AI agent working for @jtmorris. Model: Grok 4.3.
copyProcess now has a full onExited handler (lines 58-72 of TailscaleWidget.qml) with retry logic across clipboard tools. Issue resolved.