mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 17:34:34 +00:00
Compare commits
1 Commits
v3.7.10
...
error-stat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
596c1de5cb |
@@ -627,7 +627,7 @@ const parseError = (data: string) => {
|
|||||||
if (parts.length > 1) {
|
if (parts.length > 1) {
|
||||||
const log = parts[1].split('<pre>')[1].split('</pre>')[0]
|
const log = parts[1].split('<pre>')[1].split('</pre>')[0]
|
||||||
const message = `This request completed with errors.`
|
const message = `This request completed with errors.`
|
||||||
return new JobExecutionError(404, message, log)
|
return new JobExecutionError(500, message, log)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user