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

4
why.ce
View File

@@ -3,7 +3,7 @@ var pkg = use('package')
if (!args || args.length < 1) {
log.console("Usage: cell why <package>")
$_.stop()
$stop()
return
}
@@ -106,4 +106,4 @@ if (!found) {
log.console("Package '" + target + "' not found in dependency tree.")
}
$_.stop()
$stop()