mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Fix missing public declaration
This commit is contained in:
parent
b304a3509b
commit
b7af4a396e
@ -31,7 +31,7 @@ pub const codes = .{
|
||||
/// Map color codes generated by `std.io.tty.Config.setColor` back to `std.io.tty.Color`. Used by
|
||||
/// `jetzig.loggers.LogQueue.writeWindows` to parse escape codes so they can be passed to
|
||||
/// `std.io.tty.Config.setColor` (using Windows API to set console color mode).
|
||||
const codes_map = if (@hasDecl(std, "ComptimeStringMap"))
|
||||
pub const codes_map = if (@hasDecl(std, "ComptimeStringMap"))
|
||||
std.ComptimeStringMap(std.io.tty.Color, .{
|
||||
.{ "30", .black },
|
||||
.{ "31", .red },
|
||||
|
Loading…
x
Reference in New Issue
Block a user