diff --git a/service.yaml b/service.yaml index 0ba8a23..891bf06 100644 --- a/service.yaml +++ b/service.yaml @@ -1,2 +1,2 @@ name: codefresh-report-image -version: 0.0.161 +version: 0.0.162 diff --git a/src/main.ts b/src/main.ts index 0a0129e..f814e6f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -85,7 +85,7 @@ async function main(argv, env): Promise { name = error.name } } else { - message = errorEvent.message || `Unknown error. Something went wrong. ${JSON.stringify(errorEvent)}` + message = errorEvent.message || `Runtime connection issue. Restart pipeline, and if problem persists, contact support.` } reject(new EventSourceError(message, name)) })