SamVerschueren / listr

Terminal task list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve display of errors thrown inside `skip` or `enabled`

fabiospampinato opened this issue · comments

In order to differentiate errors thrown inside skip and enabled I think the errors messages should be displayed as:

✘ [skip] Foo error
✘ [enabled] Bar error

rather than:

✘ Foo error
✘ Bar error