employ stopModule

This commit is contained in:
2025-03-15 08:44:50 -05:00
parent f4ab32f5bc
commit a087bf1168

View File

@@ -10,7 +10,7 @@ Print::~Print() {
void Print::run() {
std::cout << "Print lib loaded and run!\n";
app.unload(self);
app.stopModule(self);
//app.end();
std::cout << "app.unload() called\n";
std::cout << "app.stopModule() called\n";
}