Skip to content

Commit

Permalink
Set lastUpdate to 0 when we have no more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Dec 2, 2024
1 parent df7d84c commit c94e0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llrt_core/src/modules/js/@llrt/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ class TestServer extends EventEmitter {
this.workerDataFileInProgress.set(nextFile, workerData);
} else {
workerData.currentFile = null;
workerData.lastUpdate = 0;
}
return { nextFile: nextFile || null };
}
Expand Down

0 comments on commit c94e0ee

Please sign in to comment.