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

fix: executeScript return no log

This commit is contained in:
Mihajlo Medjedovic
2020-12-02 18:18:56 +01:00
parent 140d8e4eac
commit 66813b9824

View File

@@ -589,7 +589,7 @@ export class SASViyaApiClient {
if (expectWebout) {
resultLink = `/compute/sessions/${executionSessionId}/filerefs/_webout/content`
} else {
return currentJob
return { result: currentJob, log }
}
if (resultLink) {