Skip to content

Commit eab2511

Browse files
committed
update signature of finishWorker
1 parent 3e3ae7b commit eab2511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ function runConsoleTests(defaultReporter, runInParallel) {
759759
exec(workerCmd, finishWorker, finishWorker)
760760
});
761761

762-
function finishWorker(errorStatus) {
762+
function finishWorker(e, errorStatus) {
763763
counter--;
764764
if (firstErrorStatus === undefined && errorStatus !== undefined) {
765765
firstErrorStatus = errorStatus;

0 commit comments

Comments
 (0)