Skip to content

Commit f6c5b0b

Browse files
committed
little feedback when the DB is being setup
1 parent cfc3757 commit f6c5b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ impl App {
5757
}
5858

5959
pub fn db_setup(&self) {
60+
print!(" - setting up the db\n")
6061
db::setup(&*self.database.get().unwrap())
6162
}
6263
}

0 commit comments

Comments
 (0)