mirror of
https://github.com/asciinema/asciinema.git
synced 2026-05-18 05:04:50 +02:00
Make status::warning! write to stderr
This commit is contained in:
@@ -23,7 +23,7 @@ pub fn do_info(message: String) {
|
||||
|
||||
pub fn do_warn(message: String) {
|
||||
if ENABLED.load(SeqCst) {
|
||||
println!("!!! {message}");
|
||||
eprintln!("!!! {message}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user