Skip to content

Commit

Permalink
simpler than that
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 30, 2023
1 parent 8187445 commit 9c1280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/src/main/pluginsServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export async function startPluginsServer(
])

process.on('unhandledRejection', (error: Error | any, promise: Promise<any>) => {
status.error('🤮', `Unhandled Promise Rejection: ${error?.stack || error} for promise: ${promise}`)
status.error('🤮', `Unhandled Promise Rejection: ${error} for promise: ${promise}`)

if (error instanceof KafkaJSProtocolError) {
kafkaProtocolErrors.inc({
Expand Down

0 comments on commit 9c1280d

Please sign in to comment.