remove global

This commit is contained in:
2025-12-18 18:43:23 -06:00
parent aa18a8c8d2
commit d50f4119ee
60 changed files with 378 additions and 282 deletions

View File

@@ -15,7 +15,7 @@ if (command) {
log.error("No help available for command: " + command)
log.console("Run 'cell help' to see available commands.")
}
$_.stop()
$stop()
return
}
@@ -44,4 +44,4 @@ if (stat && stat.isFile) {
log.console("Run 'cell help <command>' for more information on a command.")
}
$_.stop()
$stop()