From fbc78e5f1c05152cca548f1e4793577f73995136 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 18 Mar 2025 00:25:35 -0500 Subject: [PATCH] help --- src/App.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.cpp b/src/App.cpp index eb27db8..d97ca2c 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -47,6 +47,7 @@ bool App::load(std::string lib, std::list blacklist = {}) { Module* m = create(h, App::Get()); + std::cout << "print twice!\n"; if(!blacklist.empty()) { std::cout << "second round!\n"; for(auto it = blacklist.begin(); it != blacklist.end(); it++) {