Open fvictorio opened 4 years ago
This isn't exactly a bug, but there wasn't a better option in the templates :sweat_smile:
buidler-aragon throws plain errors, like this one: https://github.com/aragon/buidler-aragon/blob/e238f3240c1aba3d351d372179bccf54cd345321/src/tasks/publish/parseAndValidateBumpOrVersion.ts#L46
buidler-aragon
It's better to throw BuidlerPluginErrors from Buidler plugins, since that lets buidler give better feedback to the user. Relevant section in the docs: https://buidler.dev/advanced/building-plugins.html#throwing-errors-from-your-plugins
BuidlerPluginError
Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡
This isn't exactly a bug, but there wasn't a better option in the templates :sweat_smile:
buidler-aragon
throws plain errors, like this one: https://github.com/aragon/buidler-aragon/blob/e238f3240c1aba3d351d372179bccf54cd345321/src/tasks/publish/parseAndValidateBumpOrVersion.ts#L46It's better to throw
BuidlerPluginError
s from Buidler plugins, since that lets buidler give better feedback to the user. Relevant section in the docs: https://buidler.dev/advanced/building-plugins.html#throwing-errors-from-your-plugins