mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 05:40:06 +00:00
chore: update error message
This commit is contained in:
@@ -185,7 +185,7 @@ export class WebJobExecutor extends BaseJobExecutor {
|
|||||||
) {
|
) {
|
||||||
throw new JobExecutionError(
|
throw new JobExecutionError(
|
||||||
0,
|
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
|
parsedSasjsServerLog
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user