static modules list failed

This commit is contained in:
2025-03-29 20:03:05 -05:00
parent dc389ef0c5
commit ea67c91a4f
3 changed files with 3 additions and 14 deletions

View File

@@ -11,8 +11,5 @@ Print::~Print() {
void Print::run() {
std::cout << "Print lib loaded and run!\n";
for(auto m : Archimedes::Module::GetModules())
std::cout << m << std::endl;
app->stopModule(self);
}