1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

fix: execute script passing debug from global config

This commit is contained in:
Mihajlo Medjedovic
2020-09-10 22:58:50 +02:00
parent d3738ad5cd
commit e642264442

View File

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