Skip to content

Commit ef33acf

Browse files
author
Laurie T. Malau
committed
dunno
1 parent 28b4d25 commit ef33acf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/ws-manager-bridge/src/bridge.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,6 @@ export class WorkspaceManagerBridge implements Disposable {
512512

513513
for (const [instanceId, ri] of runningInstancesIdx.entries()) {
514514
const instance = ri.latestInstance;
515-
// This ensures that the workspace instance is not in a
516-
// non-running phase for longer than the max time
517515
if (
518516
!(
519517
instance.status.phase === "running" ||
@@ -618,7 +616,7 @@ export class WorkspaceManagerBridge implements Disposable {
618616
info.latestInstance.stoppedTime = nowISO;
619617
info.latestInstance.status.phase = "stopped";
620618
await this.workspaceDB.trace(ctx).storeInstance(info.latestInstance);
621-
619+
console.log(">>>>> ", info.latestInstance);
622620
await this.messagebus.notifyOnInstanceUpdate(ctx, info.workspace.ownerId, info.latestInstance);
623621
await this.prebuildUpdater.stopPrebuildInstance(ctx, info.latestInstance);
624622
}

0 commit comments

Comments
 (0)