help
This commit is contained in:
@@ -73,8 +73,8 @@ 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);
|
||||
std::cout << "it->second: " << it->second << std::endl;
|
||||
load(it->second, blacklist);
|
||||
std::cout << "Gets passed load deps!\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user