mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-16 13:55:51 -07:00
fix(overlay): recycle Windows modal windows after close
- Refresh the hidden modal renderer between Windows sessions - Add regression coverage and stabilize launcher completion testing
This commit is contained in:
@@ -66,7 +66,7 @@ export function runSyncLauncher(options: {
|
||||
spawn?: SyncLauncherSpawn;
|
||||
timeoutMs?: number;
|
||||
}): SyncLauncherRunHandle {
|
||||
const spawn =
|
||||
const spawn: SyncLauncherSpawn =
|
||||
options.spawn ??
|
||||
((command, args) => {
|
||||
// The child must boot as a full Electron app (its entry handles
|
||||
|
||||
Reference in New Issue
Block a user