rm array proto funcs

This commit is contained in:
2026-01-21 00:52:18 -06:00
parent ef49606098
commit 26fce3a5a8
31 changed files with 259 additions and 372 deletions

View File

@@ -100,7 +100,7 @@ var updated_packages = []
if (target_pkg) {
var updated = update_and_fetch(target_pkg)
if (updated) {
updated_packages.push(updated)
push(updated_packages, updated)
log.console("Updated " + target_pkg + ".")
} else {
log.console(target_pkg + " is up to date.")
@@ -116,7 +116,7 @@ if (target_pkg) {
var updated = update_and_fetch(pkg)
if (updated) {
updated_packages.push(updated)
push(updated_packages, updated)
}
}