Update linter

This commit is contained in:
Thomas Nordquist
2020-04-16 10:56:46 +02:00
parent 19e8bfdb37
commit 30af13f793
53 changed files with 92 additions and 97 deletions

View File

@@ -16,7 +16,7 @@ export function handleAutoUpdate() {
console.log('There is an update available')
})
autoUpdater.on('error', (error) => {
autoUpdater.on('error', error => {
console.error('could not update due to error', error)
})