Skip to content

Commit 7935822

Browse files
code4mukteshmuktesh
and
muktesh
authored
Fixed Issue #4165 (#4483)
#4165 Co-authored-by: muktesh <muktesh.kumar@wolterskluwer.com>
1 parent 3d42884 commit 7935822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command/workers/runTests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function initializeListeners() {
161161
actor: step.actor,
162162
name: step.name,
163163
status: step.status,
164-
args: _args,
164+
args: JSON.stringify(_args),
165165
startedAt: step.startedAt,
166166
startTime: step.startTime,
167167
endTime: step.endTime,

0 commit comments

Comments
 (0)