Skip to content

Error list truncated for erroneous builds #8829

@tSchubes

Description

@tSchubes

Only the first error of an erroneous build is output to the console leaving the developer without all of the relevant details required to troubleshoot. Additional errors are intentionally truncated here:

// Only keep the first error. Others are often indicative
// of the same problem, but confuse the reader with noise.
if (messages.errors.length > 1) {
messages.errors.length = 1;
}

Second and subsequent errors are most certainly not "noise". They provide vital insight in to the cause of problems and save developers from chasing their tails trying to troubleshoot failures with limited detail.

PR incoming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions