From 451d0906fae35724b4e2cbc7d85c1cece3cba841 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Fri, 10 Jun 2022 15:31:09 +0500 Subject: [PATCH] chore: update error message --- src/job-execution/WebJobExecutor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/job-execution/WebJobExecutor.ts b/src/job-execution/WebJobExecutor.ts index dcd1feb..8555fa0 100644 --- a/src/job-execution/WebJobExecutor.ts +++ b/src/job-execution/WebJobExecutor.ts @@ -185,7 +185,7 @@ export class WebJobExecutor extends BaseJobExecutor { ) { throw new JobExecutionError( 0, - 'Job execution failed', + `No webout was returned by job ${program}. Server type is SASJS and the calling function is WebJobExecutor. Please check the SAS log for more info.`, parsedSasjsServerLog ) }