From 08eb1b03ea049e5f1a5532b232b44d98c6563ef4 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 20 Apr 2018 16:31:03 -0700 Subject: [PATCH] fix: enable tidy script --- src/commands/update.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/update.ts b/src/commands/update.ts index c65da7c2..3dc6fed7 100644 --- a/src/commands/update.ts +++ b/src/commands/update.ts @@ -137,8 +137,6 @@ export default class UpdateCommand extends Command { // removes any unused CLIs private async tidy() { try { - if (!this.config.binPath) return - if (!this.config.binPath.includes(this.config.version)) return let root = this.clientRoot if (!await fs.pathExists(root)) return let files = await ls(root)