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

fix: on viya when calling api pass debug parameter to correct section #420

This commit is contained in:
2021-06-25 13:49:45 +05:00
parent 9b976d48ca
commit 123fbc7235

View File

@@ -339,7 +339,6 @@ export class SASViyaApiClient {
if (debug) {
jobArguments['_OMITTEXTLOG'] = false
jobArguments['_OMITSESSIONRESULTS'] = false
jobArguments['_DEBUG'] = 131
}
let fileName
@@ -362,6 +361,8 @@ export class SASViyaApiClient {
if (variables) jobVariables = { ...jobVariables, ...variables }
if (debug) jobVariables = { ...jobVariables, _DEBUG: 131 }
let files: any[] = []
if (data) {