We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dc871 commit 25de9e5Copy full SHA for 25de9e5
packages/cli-v3/src/workers/prod/entry-point.ts
@@ -86,7 +86,7 @@ class ProdWorker {
86
87
// Currently, this is only used for duration waits. Might need adjusting for other use cases.
88
this.#backgroundWorker.onCancelCheckpoint.attach(async (message) => {
89
- logger.log("onCancelCheckpoint()", { message });
+ logger.log("onCancelCheckpoint", { message });
90
91
const { checkpointCanceled } = await this.#coordinatorSocket.socket.emitWithAck(
92
"CANCEL_CHECKPOINT",
0 commit comments