Skip to content

Commit

Permalink
Log error from core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Sep 17, 2024
1 parent 5dc1e27 commit 638f4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/core/src/lib/corePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class CorePlugin extends CoreEventsPlugin<
// await this.coreBudgetManagerService.initialize()
await this.coreMemoryService.initialize(this.projectId)
} catch (error) {
this.logger.error('Error initializing dependencies:')
this.logger.error('Error initializing dependencies:', error)
}

return {
Expand Down

0 comments on commit 638f4cc

Please sign in to comment.