mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 19:20:05 +00:00
fix(debug): only set session manager debug if it is defined
This commit is contained in:
@@ -52,8 +52,10 @@ export class SASViyaApiClient {
|
||||
|
||||
public set debug(value: boolean) {
|
||||
this._debug = value
|
||||
if (this.sessionManager) {
|
||||
this.sessionManager.debug = value
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a list of jobs in the currently set root folder.
|
||||
|
||||
Reference in New Issue
Block a user