Skip to content

Commit 25de9e5

Browse files
committed
run workflows
1 parent 83dc871 commit 25de9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/workers/prod/entry-point.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ProdWorker {
8686

8787
// Currently, this is only used for duration waits. Might need adjusting for other use cases.
8888
this.#backgroundWorker.onCancelCheckpoint.attach(async (message) => {
89-
logger.log("onCancelCheckpoint()", { message });
89+
logger.log("onCancelCheckpoint", { message });
9090

9191
const { checkpointCanceled } = await this.#coordinatorSocket.socket.emitWithAck(
9292
"CANCEL_CHECKPOINT",

0 commit comments

Comments
 (0)