rm array proto funcs
This commit is contained in:
@@ -88,12 +88,12 @@ function gather_packages(pkg_locator) {
|
||||
|
||||
// Check if this is a local path that doesn't exist
|
||||
if (starts_with(pkg_locator, '/') && !fd.is_dir(pkg_locator)) {
|
||||
skipped_packages.push(pkg_locator)
|
||||
push(skipped_packages, pkg_locator)
|
||||
log.console(" Skipping missing local package: " + pkg_locator)
|
||||
return
|
||||
}
|
||||
|
||||
packages_to_install.push(pkg_locator)
|
||||
push(packages_to_install, pkg_locator)
|
||||
|
||||
// Try to read dependencies
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user