mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 08:00:05 +00:00
Merge pull request #165 from sasjs/debugIssue
fix: sasjsconfig.debug not passed in executeScriptSASViya function
This commit is contained in:
@@ -219,7 +219,8 @@ export default class SASjs {
|
|||||||
linesOfCode,
|
linesOfCode,
|
||||||
contextName,
|
contextName,
|
||||||
accessToken,
|
accessToken,
|
||||||
null
|
null,
|
||||||
|
this.sasjsConfig.debug
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user