Fixed missing shutdown return
This commit is contained in:
@@ -51,4 +51,5 @@ bool logger::setup(std::string& error) {
|
||||
|
||||
bool logger::shutdown() {
|
||||
spdlog::drop_all();
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user