help
This commit is contained in:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user