debating submodules

This commit is contained in:
2026-02-03 21:17:12 -06:00
parent 68524696df
commit 21080c5c63
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ void TestNotCurses::onLoad() {
ncInstance = notcurses_init(&opts, NULL);
if(!ncInstance) {
app->stopModule(getName());
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
return;
}
}