mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 09:30:06 +00:00
style: lint
This commit is contained in:
@@ -175,8 +175,9 @@ export class WebJobExecutor extends BaseJobExecutor {
|
|||||||
result: res.result._webout,
|
result: res.result._webout,
|
||||||
log: parsedSasjsServerLog
|
log: parsedSasjsServerLog
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resObj.result.length < 1) throw new JobExecutionError(0, 'Job execution failed', resObj)
|
if (resObj.result.length < 1)
|
||||||
|
throw new JobExecutionError(0, 'Job execution failed', resObj)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.requestClient!.appendRequest(resObj, sasJob, config.debug)
|
this.requestClient!.appendRequest(resObj, sasJob, config.debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user