1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

fix(executeJobSASjs): add parse webout response

This commit is contained in:
Yury Shkoda
2022-02-11 13:10:38 +03:00
parent b1979f63ef
commit 30a99f9cc5
3 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ export const parseWeboutResponse = (response: string, url?: string): string => {
.split('>>weboutEND<<')[0]
} catch (e) {
if (url) throw new WeboutResponseError(url)
sasResponse = ''
console.error(e)
}