Fix linting

This commit is contained in:
Sander Declerck 2026-01-19 13:55:41 +01:00
parent 8410b94b4c
commit 2bfce02e66
No known key found for this signature in database

View file

@ -102,7 +102,7 @@ function runMsiInstaller(msiPath) {
// /norestart = suppress restarts
try {
execSync(`msiexec /i "${msiPath}" /qn /norestart`, { stdio: "inherit" });
} catch (error) {
} catch {
// If installation fails, it might be because it's already installed
// Try to force a reinstall
ui.writeVerbose(