Log when installer file cleanup failed

This commit is contained in:
Sander Declerck 2026-01-19 15:24:49 +01:00
parent 471ef28210
commit 9b61a325fa
No known key found for this signature in database

View file

@ -142,6 +142,6 @@ function cleanup(msiPath) {
try { try {
unlinkSync(msiPath); unlinkSync(msiPath);
} catch { } catch {
// Ignore cleanup errors ui.writeVerbose("Failed to clean up temporary installer file.");
} }
} }