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

fix: sasjsconfig.debug not passed in executeScriptSASViya function

This commit is contained in:
Mihajlo Medjedovic
2020-11-27 15:45:36 +01:00
parent 505d85c256
commit 9037160362

View File

@@ -218,7 +218,8 @@ export default class SASjs {
linesOfCode,
contextName,
accessToken,
null
null,
this.sasjsConfig.debug
)
}