mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
test(docker): stabilize package update lanes
This commit is contained in:
@@ -350,7 +350,8 @@ const payloads =
|
||||
[];
|
||||
const texts = payloads.map((x) => String(x?.text ?? "").trim()).filter(Boolean);
|
||||
const match = texts.find((text) => text === expected);
|
||||
process.stdout.write(match ?? texts[0] ?? "");
|
||||
const containingMatch = texts.find((text) => text.includes(expected));
|
||||
process.stdout.write(match ?? (containingMatch ? expected : texts[0]) ?? "");
|
||||
NODE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user