mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -80,11 +80,11 @@ pub fn stringify(
|
||||
if (value.isUndefined()) {
|
||||
return globalThis.throwInvalidArguments("Cannot stringify undefined value to TOML", .{});
|
||||
}
|
||||
|
||||
|
||||
if (value.isNull()) {
|
||||
return globalThis.throwInvalidArguments("Cannot stringify null value to TOML", .{});
|
||||
}
|
||||
|
||||
|
||||
if (value.isSymbol() or value.isFunction()) {
|
||||
return .js_undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user