mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linting
This commit is contained in:
parent
4851e582f6
commit
c4941e25ed
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function runMsiInstaller(msiPath) {
|
||||||
// /norestart = suppress restarts
|
// /norestart = suppress restarts
|
||||||
try {
|
try {
|
||||||
execSync(`msiexec /i "${msiPath}" /qn /norestart`, { stdio: "inherit" });
|
execSync(`msiexec /i "${msiPath}" /qn /norestart`, { stdio: "inherit" });
|
||||||
} catch (error) {
|
} catch {
|
||||||
// If installation fails, it might be because it's already installed
|
// If installation fails, it might be because it's already installed
|
||||||
// Try to force a reinstall
|
// Try to force a reinstall
|
||||||
ui.writeVerbose(
|
ui.writeVerbose(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue