Skip to content

Commit 3367c51

Browse files
committed
refactor(run-engine): cite the batchId log sites by symbol, not line number
The RunBlockEdge comment pointed at stale waitpointSystem.ts line numbers that no longer match the file after this branch shrank it. Name the continueRunIfUnblocked method instead so the citation can't drift again.
1 parent d6b3c75 commit 3367c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • internal-packages/run-engine/src/engine/waitpointCoordinator

internal-packages/run-engine/src/engine/waitpointCoordinator/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export type ClearRunBlockStateParams = {
4545
/**
4646
* One block edge, with the fields the unblock decision reads.
4747
*
48-
* `batchId` is read by no logic. It rides inside two `logger.debug` payloads
49-
* (`waitpointSystem.ts:702-705` and `:936-939`), so removing it changes log output.
48+
* `batchId` is read by no logic. It rides inside the two `logger.debug` payloads in
49+
* `continueRunIfUnblocked`, so removing it changes log output.
5050
*/
5151
export type RunBlockEdge = {
5252
id: string;

0 commit comments

Comments
 (0)