mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
fix: parsing _webout from response regardless of debug status
This commit is contained in:
@@ -158,7 +158,7 @@ export class WebJobExecutor extends BaseJobExecutor {
|
|||||||
this.requestClient!.appendRequest(res, sasJob, config.debug)
|
this.requestClient!.appendRequest(res, sasJob, config.debug)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.serverType === ServerType.Sasjs && !config.debug) {
|
if (this.serverType === ServerType.Sasjs) {
|
||||||
jsonResponse = JSON.parse(jsonResponse._webout)
|
jsonResponse = JSON.parse(jsonResponse._webout)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user