diff options
Diffstat (limited to 'crates/mozart/src/console.rs')
| -rw-r--r-- | crates/mozart/src/console.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/console.rs b/crates/mozart/src/console.rs index 07eaf67..863e9ba 100644 --- a/crates/mozart/src/console.rs +++ b/crates/mozart/src/console.rs @@ -51,7 +51,7 @@ impl Console { } pub fn error(&self, msg: &str) { - eprintln!("{}", console::error(msg)); + eprintln!("{}", error(msg)); } pub fn ask(&self, prompt: &str, default: &str) -> String { |
