Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jun 30, 2023
1 parent 6199ee8 commit 20b174d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export async function procedure_bridge(instance: AtomInstance,) {
ops.proc_bridge_ready();
detach();
while (true) {
const procedure: ProcedureCall = await core.opAsync("on_procedure");
const procedure: ProcedureCall = await core.opAsync("next_procedure");
const inner = procedure.inner;
let ret: ProcedureCallResultInner = "Void";
if (isTConfig(inner)) {
Expand Down

0 comments on commit 20b174d

Please sign in to comment.