mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 00:14:34 +00:00
fix: stabilize CI type and test harness coverage
This commit is contained in:
@@ -338,7 +338,7 @@ describe("temp path guard", () => {
|
||||
continue;
|
||||
}
|
||||
const source = await fs.readFile(file, "utf8");
|
||||
if (hasDynamicTmpdirJoin(source, relativePath)) {
|
||||
if (hasDynamicTmpdirJoin(source)) {
|
||||
offenders.push(relativePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user