Skip to content

Commit c16ef14

Browse files
author
muktesh
committed
1 parent 469d624 commit c16ef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)