We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4d3b commit 7af962cCopy full SHA for 7af962c
src/plugins/terminal/scripts/rm-wrapper.sh
@@ -18,8 +18,6 @@ for target in "$@"; do
18
unlink_recursive "$target"
19
done
20
21
-busybox rm "$@"
22
-
23
# Run busybox rm, capture stderr, and filter out the "No such file or directory" message
24
err="$(busybox rm "$@" 2>&1 >/dev/null)"
25
0 commit comments