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 ) }