Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias committed Jun 4, 2024
1 parent f266b7c commit e76e44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/deltachat/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default class DeltaChatController extends EventEmitter {
if (event.kind === 'Warning') {
logCoreEvent.warn(contextId, event.msg)
} else if (event.kind === 'Info') {
logCoreEvent.info(contextId, event)
logCoreEvent.info(contextId, event.msg)
} else if (event.kind.startsWith('Error')) {
logCoreEvent.error(contextId, event.msg)
Expand Down

0 comments on commit e76e44b

Please sign in to comment.