Skip to content

Commit

Permalink
Remove zigarg log scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalCH committed Sep 2, 2022
1 parent 6406fdf commit 4153a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/ErrorContext.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Arg = @import("../Arg.zig");
const Command = @import("../Command.zig");
const ParserError = @import("Parser.zig").Error;

const log = std.log.scoped(.zigarg);
const log = std.log;
pub const PrintError = std.fs.File.WriteError;

/// Actual error that happened
Expand Down

0 comments on commit 4153a51

Please sign in to comment.