1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

style: lint

This commit is contained in:
2022-04-28 20:48:21 +02:00
parent 7b78f65c4a
commit f69e5afaf0

View File

@@ -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)