Skip to content

Commit

Permalink
final plumbing
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Nov 10, 2024
1 parent dae6dfc commit 1fb63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/simulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export async function initAsync(root: HTMLElement, cfg: SimulatorConfig) {
cfg.restartSimulator();
break;
case "single":
// TODO: is this needed?
cfg.singleSimulator();
break;
case "reload":
stop(true);
Expand Down

0 comments on commit 1fb63f7

Please sign in to comment.