Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 12, 2024
1 parent a1c677c commit ac21078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/js/effect.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function caml_pop_fiber() {
//If: effects
function caml_perform_effect(eff, cont, last, k0) {
// Allocate a continuation if we don't already have one
if (!cont) cont = [245 /*continuation*/, 0];
if (!cont) cont = [245 /*continuation*/, 0, 0];
// Get current effect handler
var handler = caml_fiber_stack.h[3];
// Cons the current fiber onto the continuation:
Expand Down

0 comments on commit ac21078

Please sign in to comment.