Kap
Kap copied to clipboard
Fix: Export Race Condition
Fixed a race condition in main/export.ts where an export could be marked as completed even if it was canceled by the user.
- Added cancellation check in
Export._start - Added reproduction test case
test/export-repro.ts - Updated
electron-storeandelectronmocks to support the test #1259