1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(error-handling): removed redundant catch block

This commit is contained in:
Yury Shkoda
2021-02-25 15:20:35 +03:00
parent 8eb73a6b3c
commit 655af03cf3

View File

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