mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Log when installer file cleanup failed
This commit is contained in:
parent
d86246a71d
commit
67b4be83f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue