mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 13:14:46 +00:00
fix(qa-lab): stabilize threaded memory parity
This commit is contained in:
@@ -1180,6 +1180,7 @@ export async function runNodeMain(params = {}) {
|
||||
if (deps.args[0] === "qa") {
|
||||
deps.env.OPENCLAW_BUILD_PRIVATE_QA = "1";
|
||||
deps.env.OPENCLAW_ENABLE_PRIVATE_QA_CLI = "1";
|
||||
deps.env.OPENCLAW_DISABLE_BUNDLED_PLUGINS ??= "0";
|
||||
}
|
||||
deps.outputTee = createRunNodeOutputTee(deps);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user