Skip to content

Commit 32c6087

Browse files
committed
Added another error log
1 parent 3c8fb96 commit 32c6087

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal-packages/run-engine/src/engine/systems/waitpointSystem.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ export class WaitpointSystem {
9999
}
100100

101101
if (waitpoint.status !== "COMPLETED") {
102+
this.$.logger.error(`completeWaitpoint: waitpoint is not completed`, {
103+
waitpointId: id,
104+
});
102105
throw new Error(`Waitpoint ${id} is not completed`);
103106
}
104107

0 commit comments

Comments
 (0)