Inquirer.js icon indicating copy to clipboard operation
Inquirer.js copied to clipboard

Is there any API to listen the error thrown in promise?

Open NE-SmallTown opened this issue 7 years ago • 1 comments

Like inquirer.prompt(..).then(() => { ...error }), I must put try catch everywhere when I use this or use .catch, could you provide something like axios interceptor?

NE-SmallTown avatar Oct 23 '18 12:10 NE-SmallTown

Currently, there is no API doing something like this.

LitoMore avatar Dec 31 '18 18:12 LitoMore