Skip to content

Commit

Permalink
Fixed Issue #4165 (#4483)
Browse files Browse the repository at this point in the history
#4165

Co-authored-by: muktesh <muktesh.kumar@wolterskluwer.com>
  • Loading branch information
code4muktesh and muktesh committed Sep 4, 2024
1 parent 3d42884 commit 7935822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command/workers/runTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function initializeListeners() {
actor: step.actor,
name: step.name,
status: step.status,
args: _args,
args: JSON.stringify(_args),
startedAt: step.startedAt,
startTime: step.startTime,
endTime: step.endTime,
Expand Down

0 comments on commit 7935822

Please sign in to comment.