Skip to content

Commit bd8efa7

Browse files
committed
no need to attach runtime status twice
1 parent 8c3da69 commit bd8efa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/v3/runtime/sharedRuntimeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class SharedRuntimeManager implements RuntimeManager {
3737
) {
3838
// Log out the runtime status on a long interval to help debug stuck executions
3939
setInterval(() => {
40-
this.debugLog("SharedRuntimeManager status", this.status);
40+
this.debugLog("SharedRuntimeManager status");
4141
}, 300_000);
4242
}
4343

0 commit comments

Comments
 (0)