mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Update bunfig.zig
This commit is contained in:
@@ -99,6 +99,7 @@ pub const Bunfig = struct {
|
||||
Matcher.case("debug") => Api.MessageLevel.debug,
|
||||
Matcher.case("error") => Api.MessageLevel.err,
|
||||
Matcher.case("warn") => Api.MessageLevel.warn,
|
||||
Matcher.case("info") => Api.MessageLevel.info,
|
||||
else => {
|
||||
try this.addError(expr.loc, "Invalid log level, must be one of debug, error, or warn");
|
||||
unreachable;
|
||||
|
||||
Reference in New Issue
Block a user