mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
style: lint
This commit is contained in:
@@ -176,7 +176,8 @@ export class WebJobExecutor extends BaseJobExecutor {
|
||||
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