mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Fix typo in error
This commit is contained in:
@@ -333,7 +333,7 @@ pub const Fetch = struct {
|
||||
const JSType = js.JSType;
|
||||
|
||||
const fetch_error_no_args = "fetch() expects a string but received no arguments.";
|
||||
const fetch_error_blank_url = "fetch() URL must not be blank string.";
|
||||
const fetch_error_blank_url = "fetch() URL must not be a blank string.";
|
||||
const JSTypeErrorEnum = std.enums.EnumArray(JSType, string);
|
||||
const fetch_type_error_names: JSTypeErrorEnum = brk: {
|
||||
var errors = JSTypeErrorEnum.initUndefined();
|
||||
|
||||
Reference in New Issue
Block a user