chore: suppress no-console ESLint rule
Suppresses this rule until logging framework integrated.
This commit is contained in:
parent
a15192db03
commit
8267a5caea
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ const init = () => {
|
|||
});
|
||||
|
||||
autoUpdater.on('error', (error) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(error.message)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue