Skip to content

Commit 0814daf

Browse files
Merge pull request #421 from lightpanda-io/upgrade-tigerbeetle
upgrade tigerbeetle
2 parents 6ba3e57 + b2e3419 commit 0814daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const AcceptError = jsruntime.IO.AcceptError;
2727
const RecvError = jsruntime.IO.RecvError;
2828
const SendError = jsruntime.IO.SendError;
2929
const CloseError = jsruntime.IO.CloseError;
30-
const CancelError = jsruntime.IO.CancelError;
30+
const CancelError = jsruntime.IO.CancelOneError;
3131
const TimeoutError = jsruntime.IO.TimeoutError;
3232

3333
const MsgBuffer = @import("msg.zig").Buffer;

0 commit comments

Comments
 (0)