mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
add Timeout.prototype.close, _idleTimeout and _onTimeout (#19318)
This commit is contained in:
@@ -982,7 +982,7 @@ pub const PostgresRequest = struct {
|
||||
},
|
||||
.float8 => {
|
||||
const l = try writer.length();
|
||||
try writer.f64(@bitCast(value.coerceToDouble(globalObject)));
|
||||
try writer.f64(@bitCast(try value.toNumber(globalObject)));
|
||||
try l.writeExcludingSelf();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user