aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/bun.zig
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-02-22 13:55:42 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-22 13:55:42 -0800
commit424045835c9e5cbaa02111fcbfeee7c3b5781e4a (patch)
treeaeba7d1eb1471de7c6a046e4a1930bb864fcd0fe /src/bun.js/api/bun.zig
parente8c9c644cae8793e1eeb241168c6c10fb7d3fb37 (diff)
downloadbun-424045835c9e5cbaa02111fcbfeee7c3b5781e4a.tar.gz
bun-424045835c9e5cbaa02111fcbfeee7c3b5781e4a.tar.zst
bun-424045835c9e5cbaa02111fcbfeee7c3b5781e4a.zip
wiptest -> test (#2131)
* +/- for object diff, quote more strings * wiptest -> test * quote strings fix
Diffstat (limited to 'src/bun.js/api/bun.zig')
-rw-r--r--src/bun.js/api/bun.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/api/bun.zig b/src/bun.js/api/bun.zig
index 0e17d089f..f979472dc 100644
--- a/src/bun.js/api/bun.zig
+++ b/src/bun.js/api/bun.zig
@@ -247,7 +247,6 @@ pub fn inspect(
false,
false,
false,
- false,
);
buffered_writer.flush() catch {
return JSC.C.JSValueMakeUndefined(ctx);