mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
fix unit test
This commit is contained in:
parent
c0c8da9aeb
commit
411cf08396
7 changed files with 171 additions and 6 deletions
|
|
@ -856,6 +856,8 @@ export class Config {
|
|||
);
|
||||
|
||||
this.debugLogger.debug('MessageBus initialized with hook subscription');
|
||||
} else {
|
||||
this.debugLogger.debug('Hook system disabled, skipping initialization');
|
||||
}
|
||||
|
||||
this.subagentManager = new SubagentManager(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue