mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 13:31:38 +00:00
Reject symlinked generated-output roots before build and postbuild mutation paths can recurse into unrelated targets. Cover aggregate, UI, export-template, bundled-plugin, Docker-prune, and plugin-runtime entry points with regression tests and migration guidance. Closes #116498 Co-authored-by: WangYan <wang.yan29@xydigit.com>
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
export function assertRealOutputRoot(
|
|
rootPath: string,
|
|
params?: { fs?: typeof import("node:fs") },
|
|
): void;
|