diff options
-rw-r--r-- | src/modules/packages.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |