Skip to content

Commit b2e3419

Browse files
committed
upgrade tigerbeetle
1 parent 6ba3e57 commit b2e3419

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)