Add panic msg
This commit is contained in:
parent
8c0224e983
commit
6190b0e373
1 changed files with 4 additions and 1 deletions
|
|
@ -321,7 +321,10 @@ env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||||
Box::new(ListAction::new(vec![
|
Box::new(ListAction::new(vec![
|
||||||
Box::new(MariaDBDatabase::new(
|
Box::new(MariaDBDatabase::new(
|
||||||
name.into(),
|
name.into(),
|
||||||
db_dump.read_filename().unwrap().into(),
|
db_dump
|
||||||
|
.read_filename()
|
||||||
|
.expect("Initial db dump missing")
|
||||||
|
.into(),
|
||||||
self.command_runner,
|
self.command_runner,
|
||||||
))
|
))
|
||||||
.into_action(self.symbol_runner),
|
.into_action(self.symbol_runner),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue