mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 10:40:06 +00:00
chore: quick fix
This commit is contained in:
@@ -692,7 +692,7 @@ const parseError = (data: string) => {
|
|||||||
if (parts.length > 1) {
|
if (parts.length > 1) {
|
||||||
const storedProcessPath = parts[1].split('<i>')[1].split('</i>')[0]
|
const storedProcessPath = parts[1].split('<i>')[1].split('</i>')[0]
|
||||||
const message = storedProcessPath.endsWith('runner')
|
const message = storedProcessPath.endsWith('runner')
|
||||||
? `SASJS runner not found. Here's the link (https://cli.sasjs.io/auth/#sasjs-runner) to sas code for registering sasjs runner`
|
? `SASJS runner not found. Here's the link (https://cli.sasjs.io/auth/#sasjs-runner) to the SAS code for registering the SASjs runner`
|
||||||
: `Stored process not found: ${storedProcessPath}`
|
: `Stored process not found: ${storedProcessPath}`
|
||||||
return new JobExecutionError(500, message, '')
|
return new JobExecutionError(500, message, '')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user