fix(core): fix lint/type issues and small refactors
This commit is contained in:
@@ -174,7 +174,7 @@ WantedBy=multi-user.target
|
||||
}`,
|
||||
);
|
||||
}
|
||||
} catch (_error) {
|
||||
} catch (error) {
|
||||
// If version check fails, show at least the current version
|
||||
try {
|
||||
const nupst = this.daemon.getNupstSnmp().getNupst();
|
||||
|
||||
Reference in New Issue
Block a user