Skip to content

Commit

Permalink
Forgot a space
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Sep 23, 2022
1 parent 204d3cc commit d1a7785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export class Logger {
info.timestamp,
`[${info.module}]`,
info.requestId,
].join('');
].join(' ');
return logPrefix + this.formatLogEntryPartArray(info.data ?? []);
}

Expand Down

0 comments on commit d1a7785

Please sign in to comment.