File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ main() {
75
75
76
76
# This is a copy of symlink_asar in ../lib.sh. Look there for details.
77
77
symlink_asar () {
78
- rm -f node_modules.asar
78
+ rm -rf node_modules.asar
79
79
if [ " ${WINDIR-} " ]; then
80
80
mklink /J node_modules.asar node_modules
81
81
else
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ RELEASE_PATH="${RELEASE_PATH-release}"
113
113
# Code itself but also extensions will look specifically in this directory for
114
114
# files (like the ripgrep binary or the oniguruma wasm).
115
115
symlink_asar () {
116
- rm -f node_modules.asar
116
+ rm -rf node_modules.asar
117
117
if [ " ${WINDIR-} " ]; then
118
118
# mklink takes the link name first.
119
119
mklink /J node_modules.asar node_modules
You can’t perform that action at this time.
0 commit comments