We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa05993 commit 05530dbCopy full SHA for 05530db
ci/lib.sh
@@ -103,7 +103,7 @@ RELEASE_PATH="${RELEASE_PATH-release}"
103
# Code itself but also extensions will look specifically in this directory for
104
# files (like the ripgrep binary or the oniguruma wasm).
105
symlink_asar() {
106
- if [ ! -e node_modules.asar ]; then
+ if [ ! -L node_modules.asar ]; then
107
if [ "${WINDIR-}" ]; then
108
# mklink takes the link name first.
109
mklink /J node_modules.asar node_modules
0 commit comments