diff --git a/src/App.cpp b/src/App.cpp index 0fe7ad7..4965416 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -70,6 +70,7 @@ bool App::load(std::string lib, std::list blacklist = {}) { skip = false; continue; } else { + std::cout << "Gets to load deps!\n"; load(it->second, blacklist); } }