Skip to content

Commit

Permalink
fix logger-config cyclic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Feb 4, 2022
1 parent ac5444e commit 4cbed61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const config = (() => {
})

if (store.get('configVersion') > defaultConfig().configVersion) {
logger.error('Incompatible configuration', { source: 'config', expected: defaultConfig().configVersion, actual: store.get('configVersion') })
dialog.showErrorBox(
'Awakened PoE Trade - Incompatible configuration',
// ----------------------
Expand Down

0 comments on commit 4cbed61

Please sign in to comment.