mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
accidently removed an Error string
This commit is contained in:
@@ -512,7 +512,7 @@ impl<'a> Limbo<'a> {
|
||||
}
|
||||
Command::OutputMode(args) => {
|
||||
if let Err(e) = self.set_mode(args.mode) {
|
||||
let _ = self.write_fmt(format_args!("{}", e));
|
||||
let _ = self.write_fmt(format_args!("Error: {}", e));
|
||||
}
|
||||
}
|
||||
Command::SetOutput(args) => {
|
||||
|
||||
Reference in New Issue
Block a user