Skip to content

Commit

Permalink
Remove incompatible autoUpdater.logger
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenaio committed Feb 28, 2020
1 parent 78099c2 commit 3432030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const logger = require('./logger')

logger.info('idena started', global.appVersion || app.getVersion())

autoUpdater.logger = logger
// autoUpdater.logger = logger

const {
IMAGE_SEARCH_TOGGLE,
Expand Down

0 comments on commit 3432030

Please sign in to comment.