Skip to content

Commit

Permalink
Merge pull request #230 from lightpanda-io/fix-wait-try-success
Browse files Browse the repository at this point in the history
fix waitTryCatch success
  • Loading branch information
krichprollsch authored May 23, 2024
2 parents d4a2eae + 60940aa commit bb01609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/v8/v8.zig
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ pub const Env = struct {
return err;
}
};

if (cbk_res) |res| res.success = true;
}

pub fn waitTryCatch(
Expand Down

0 comments on commit bb01609

Please sign in to comment.