Skip to content

Commit f04709a

Browse files
Merge pull request #43 from lawrencerowland/codex/fix-deadlock-in-petri-net-demo
2 parents c0db55c + 9ea51f2 commit f04709a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/mountain-refuge-petri-wbs-demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ <h3 id="modalTitle">Notes</h3>
572572
post:{roofDone:1, crew:1, tools:1, lift:1}},
573573

574574
{id:"utilities", label:"Install Utilities", x:1040, y:260, duration:3,
575-
pre:{wallsDone:1, roofDone:1, mUtil:1, crew:1, tools:1},
576-
post:{utilDone:1, crew:1, tools:1}},
575+
pre:{wallsDone:1, roofDone:1, mUtil:1, crew:1, tools:1},
576+
post:{utilDone:2, crew:1, tools:1}},
577577

578578
{id:"interior", label:"Interior Fit-Out", x:1040, y:200, duration:4,
579579
pre:{utilDone:1, mInt:1, crew:1},
@@ -1283,7 +1283,7 @@ <h3 id="modalTitle">Notes</h3>
12831283
autoRouteRunning = true;
12841284
autoRouteBtn.disabled = true;
12851285
autoRouteStatus.textContent = "Running example route…";
1286-
resetMarking(false);
1286+
resetMarking(true);
12871287

12881288
for(const step of exampleRoute){
12891289
await sleep(350);

0 commit comments

Comments
 (0)