mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +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)
|
||||
}
|
||||
|
||||
if (this.serverType === ServerType.Sasjs && !config.debug) {
|
||||
if (this.serverType === ServerType.Sasjs) {
|
||||
jsonResponse = JSON.parse(jsonResponse._webout)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user