1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-12-01 23:02:43 +02:00

chore: update error categories (#2827)

This commit is contained in:
Oliver Nocon
2021-05-10 17:44:28 +02:00
committed by GitHub
parent 77557c41c3
commit 5899746767
8 changed files with 27 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ func npmExecuteScripts(config npmExecuteScriptsOptions, telemetryData *telemetry
err := runNpmExecuteScripts(npmExecutor, &config)
if err != nil {
log.SetErrorCategory(log.ErrorBuild)
log.Entry().WithError(err).Fatal("step execution failed")
}
}