Skip to content

Commit

Permalink
[log] Extend receiveTask log message
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Aug 28, 2024
1 parent 4723a1e commit 98f7310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileConverter/sources/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ function receiveTask(data, ack) {
res = yield* ExecuteTask(ctx, task);
}
} catch (err) {
ctx.logger.error(err);
ctx.logger.error('receiveTask %s', err.stack);
} finally {
clearTimeout(timeoutId);
if (!outParams.isAck) {
Expand Down

0 comments on commit 98f7310

Please sign in to comment.