1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: update error message

This commit is contained in:
2022-06-10 15:31:09 +05:00
parent dd6b89b0d0
commit 451d0906fa

View File

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