aboutsummaryrefslogtreecommitdiff
path: root/src/options.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/options.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.zig b/src/options.zig
index b9268f400..e161e9582 100644
--- a/src/options.zig
+++ b/src/options.zig
@@ -669,7 +669,7 @@ pub const Loader = enum(u4) {
if (zig_str.len == 0) return null;
return fromString(zig_str.slice()) orelse {
- JSC.throwInvalidArguments("invalid loader – must be js, jsx, tsx, ts, css, file, toml, wasm, or json", .{}, global, exception);
+ JSC.throwInvalidArguments("invalid loader - must be js, jsx, tsx, ts, css, file, toml, wasm, or json", .{}, global, exception);
return null;
};
}