mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
accidently removed an Error string
This commit is contained in:
parent
d1ded8e069
commit
a612ad193c
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue