We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c1f63 commit e1ffedbCopy full SHA for e1ffedb
src/ChatClient.ts
@@ -398,6 +398,7 @@ export class ChatClient extends BaseManager {
398
public async init(options: ChatOptions): Promise<void> {
399
chatlog.log(`${ChatClient.TAG}: init: `, options);
400
this._options = options;
401
+ chatlog.enableLog = options.debugModel ?? false;
402
const r = await Native._callMethod(MTinit, { options });
403
ChatClient.checkErrorFromResult(r);
404
this._isInit = true;
0 commit comments