Log when installer file cleanup failed

This commit is contained in:
Sander Declerck 2026-01-19 15:24:49 +01:00
parent d86246a71d
commit 67b4be83f9
No known key found for this signature in database

View file

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