From ee6f54180a9b9f9f72ce6e9f754b3bfb83ef7af6 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:29:53 -0800 Subject: Update bindings.zig --- src/bun.js/bindings/bindings.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/bun.js/bindings/bindings.zig b/src/bun.js/bindings/bindings.zig index 5529db27d..75ab64bfb 100644 --- a/src/bun.js/bindings/bindings.zig +++ b/src/bun.js/bindings/bindings.zig @@ -4740,7 +4740,9 @@ pub fn initialize() void { \\Environment variables must be prefixed with "BUN_JSC_". This code runs before .env files are loaded, so those won't work here. \\ \\Warning: options change between releases of Bun and WebKit without notice. This is not a stable API, you should not rely on it beyond debugging something, and it may be removed entirely in a future version of Bun. - , .{name[0..len]}); + , + .{name[0..len]}, + ); bun.Global.exit(1); } }.callback, -- cgit v1.2.3