This commit is contained in:
2025-03-18 00:25:35 -05:00
parent 4709ccbca3
commit fbc78e5f1c

View File

@@ -47,6 +47,7 @@ bool App::load(std::string lib, std::list<std::string> blacklist = {}) {
Module* m = create(h, App::Get()); Module* m = create(h, App::Get());
std::cout << "print twice!\n";
if(!blacklist.empty()) { if(!blacklist.empty()) {
std::cout << "second round!\n"; std::cout << "second round!\n";
for(auto it = blacklist.begin(); it != blacklist.end(); it++) { for(auto it = blacklist.begin(); it != blacklist.end(); it++) {