mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
safety: a lot more exception checker progress (#20956)
This commit is contained in:
@@ -115,7 +115,7 @@ pub fn writeBind(
|
||||
},
|
||||
.timestamp, .timestamptz => {
|
||||
const l = try writer.length();
|
||||
try writer.int8(types.date.fromJS(globalObject, value));
|
||||
try writer.int8(try types.date.fromJS(globalObject, value));
|
||||
try l.writeExcludingSelf();
|
||||
},
|
||||
.bytea => {
|
||||
|
||||
Reference in New Issue
Block a user