fix: paste --force doesn't work on existing read-only files with the same name (#3894)

This commit is contained in:
三咲雅 misaki masa 2026-04-17 00:16:29 +08:00 committed by GitHub
parent 463150848d
commit ae4c138f49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 73 additions and 20 deletions

View file

@ -41,9 +41,9 @@ impl Actor for Shell {
TasksProxy::open_shell_compat(ProcessOpt {
cwd,
cmd: form.run.to_string().into(),
args: selected,
block: form.block,
cmd: form.run.to_string().into(),
args: selected,
block: form.block,
orphan: form.orphan,
spread: true,
});