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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user