From fb177137413d9fa8eb12364a76dd74b0b4bfc1e6 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 16 Jul 2023 18:40:32 +0200 Subject: fixed packages without plugins not installing --- src/modules/packages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/packages.js b/src/modules/packages.js index 9e5b08f..f515dde 100644 --- a/src/modules/packages.js +++ b/src/modules/packages.js @@ -160,6 +160,7 @@ packages.install = async (url, author, package_name, version) => { let verification = packages.verify(package_path); switch(verification) { + case true: break; case "has-plugins": // if the package has plugins, then we want to prompt the // user, and make absolutely certain that they do want to -- cgit v1.2.3