Skip to content

Print ERROR: infront of {NonBug,BuildFailed}Error

Make the handling of the custom NonBugError and BuildFailedError exceptions more consistent with the handling of other exceptions, by printing "ERROR: " infront of the actual error text. Then we don't need to duplicate that where we raise the errors. pmbootstrap prints "ERROR" in red.

Merge request reports