mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-10 17:04:36 +00:00
style: lint
This commit is contained in:
@@ -175,8 +175,9 @@ export class WebJobExecutor extends BaseJobExecutor {
|
||||
result: res.result._webout,
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user