From c3e54c94a4406c47bbcdae8a9f0770fa9562288d Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 4 Nov 2021 08:36:50 -0700 Subject: [PATCH] fixup! Co-authored-by: Gar --- lib/commands/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/cache.js b/lib/commands/cache.js index 587bcbe84ff5d..a0d18f61ed6e1 100644 --- a/lib/commands/cache.js +++ b/lib/commands/cache.js @@ -116,7 +116,7 @@ class Cache extends BaseCommand { case 'ls': return await this.ls(args) default: - throw this.usageError(this.usage) + throw this.usageError() } }