Skip to content

Commit 7637b1a

Browse files
committed
fix: level.asText()
1 parent 154b5ef commit 7637b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn fatalHelp() noreturn {
109109
path,
110110
std.fs.path.sep_str ++ "seamstress" ++ std.fs.path.sep_str ++ "seamstress.log",
111111
levelsString(),
112-
args.level,
112+
args.level.asText(),
113113
});
114114
}
115115

0 commit comments

Comments
 (0)