Skip to content

Commit

Permalink
Add log before copying during install
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Apr 18, 2022
1 parent da51287 commit 35f0f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/n
Expand Up @@ -672,6 +672,8 @@ activate() {
local dir="$CACHE_DIR/$version"
local original_node="$(command -v node)"
local installed_node="${N_PREFIX}/bin/node"
log "copying" "$version"


# Ideally we would just copy from cache to N_PREFIX, but there are some complications
# - various linux versions use symlinks for folders in /usr/local and also error when copy folder onto symlink
Expand Down

0 comments on commit 35f0f92

Please sign in to comment.