From f69e5afaf01120b21c112b9b9874078115a6e151 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Thu, 28 Apr 2022 20:48:21 +0200 Subject: [PATCH] style: lint --- src/job-execution/WebJobExecutor.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/job-execution/WebJobExecutor.ts b/src/job-execution/WebJobExecutor.ts index 3861f76..d8ea590 100644 --- a/src/job-execution/WebJobExecutor.ts +++ b/src/job-execution/WebJobExecutor.ts @@ -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)