mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
node:crypto: implement hkdf and hkdfSync (#18312)
This commit is contained in:
@@ -1038,7 +1038,7 @@ pub const PostgresRequest = struct {
|
||||
},
|
||||
|
||||
else => {
|
||||
const str = try String.fromJS2(value, globalObject);
|
||||
const str = try String.fromJS(value, globalObject);
|
||||
if (str.tag == .Dead) return error.OutOfMemory;
|
||||
defer str.deref();
|
||||
const slice = str.toUTF8WithoutRef(bun.default_allocator);
|
||||
|
||||
Reference in New Issue
Block a user