fix(qqbot): keep platform debug logging import

This commit is contained in:
Vincent Koc
2026-05-02 16:45:35 -07:00
parent 8409dbddd6
commit 3c8de6eb72

View File

@@ -11,7 +11,7 @@ import * as os from "node:os";
import * as path from "node:path";
import { getPlatformAdapter } from "../adapter/index.js";
import { formatErrorMessage } from "./format.js";
import { debugWarn } from "./log.js";
import { debugLog, debugWarn } from "./log.js";
/**
* Resolve the current user's home directory safely across platforms.