debug
This commit is contained in:
@@ -70,6 +70,7 @@ bool App::load(std::string lib, std::list<std::string> blacklist = {}) {
|
||||
skip = false;
|
||||
continue;
|
||||
} else {
|
||||
std::cout << "Gets to load deps!\n";
|
||||
load(it->second, blacklist);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user