mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
fix(worktrees): preserve active removal authority (#126174)
This commit is contained in:
committed by
GitHub
parent
8c3b3c6ea8
commit
b4a720ff1e
@@ -90,7 +90,7 @@ export function registerWorktreesCli(program: Command): void {
|
||||
const result = await managedWorktrees.remove({
|
||||
id,
|
||||
reason: "manual-delete",
|
||||
force: opts.force,
|
||||
allowSnapshotLoss: opts.force,
|
||||
});
|
||||
if (opts.json) {
|
||||
printJson(result);
|
||||
|
||||
Reference in New Issue
Block a user