Skip to content

Commit

Permalink
Fix error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
undyingwraith committed Feb 7, 2025
1 parent 0bb49b3 commit ba71db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Services/LogService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class LogService implements ILogService {
} else {
this.writeMessage({
message: `${msg.name}: ${msg.message} | ${msg.cause} | ${msg.stack}`,
error: msg,
level: 'ERROR',
});
}
Expand Down

0 comments on commit ba71db2

Please sign in to comment.