diff --git a/src/BaseCommand.js b/src/BaseCommand.js index 529ee3fa..e66c43c7 100644 --- a/src/BaseCommand.js +++ b/src/BaseCommand.js @@ -31,7 +31,6 @@ const { } = require('@adobe/aio-lib-env') class BaseCommand extends Command { - // default error handler for app commands async catch (error) { const { flags } = await this.parse(this.prototype)