mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
- fix catch-all routes not working in dev server
- fix crash - fix require bug
This commit is contained in:
@@ -1232,7 +1232,7 @@ fn onFrameworkRequestWithBundle(
|
||||
const value_str = bun.String.cloneUTF8(param.value);
|
||||
defer value_str.deref();
|
||||
|
||||
obj.put(global, key_str, value_str.toJS(global));
|
||||
_ = try obj.putBunStringOneOrArray(global, &key_str, value_str.toJS(global));
|
||||
}
|
||||
break :blk obj;
|
||||
} else JSValue.null;
|
||||
|
||||
Reference in New Issue
Block a user