rm array proto funcs
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user