mirror of https://github.com/zkat/miette.git
fix(graphical): boolean was messing up graphical display
This commit is contained in:
parent
0f8e44654b
commit
5c085b39e2
|
|
@ -191,7 +191,7 @@ impl MietteHandlerOpts {
|
|||
} else if let Ok(env) = std::env::var("NO_GRAPHICS") {
|
||||
env == "0"
|
||||
} else {
|
||||
false
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue