1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 17:10:05 +00:00

Merge pull request #267 from sasjs/error-handling

chore(error-handling): removed redundant catch block
This commit is contained in:
Muhammad Saad
2021-02-25 18:36:19 +05:00
committed by GitHub

View File

@@ -884,9 +884,7 @@ export class SASViyaApiClient {
waitForResult, waitForResult,
pollOptions, pollOptions,
printPid printPid
).catch((err) => { )
throw prefixMessage(err, 'Error while executing script. ')
})
} }
/** /**