update Print with events

This commit is contained in:
2026-02-02 13:39:47 -06:00
parent c107ce732c
commit 6459d880c3

View File

@@ -13,5 +13,5 @@ Print::~Print() {
void Print::run() {
std::cout << "Print lib loaded and run!\n";
app->stopModule(name);
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
}