Skip to content

Commit

Permalink
override lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Nov 27, 2023
1 parent 66a4ddb commit 2e0f29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-common/src/commands/base-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ abstract class BaseCommand<T extends typeof Command=typeof Command> extends Comm
})
emitter.unref()
await emitter.flush()
// eslint-disable-next-line @typescript-eslint/return-await
return await super.catch(error)
}
}
Expand Down

0 comments on commit 2e0f29d

Please sign in to comment.