fix(qqbot): keep platform debug logging import · openclaw/openclaw@3c8de6e
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
File tree
extensions/qqbot/src/engine/utils
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,7 +11,7 @@ import * as os from "node:os";
|
11 | 11 | import * as path from "node:path"; |
12 | 12 | import { getPlatformAdapter } from "../adapter/index.js"; |
13 | 13 | import { formatErrorMessage } from "./format.js"; |
14 | | -import { debugWarn } from "./log.js"; |
| 14 | +import { debugLog, debugWarn } from "./log.js"; |
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Resolve the current user's home directory safely across platforms. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。