Skip to content

Commit

Permalink
On download failures, log the URL (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed May 8, 2023
1 parent 9f2f0c4 commit 22d4cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,8 @@ def install_node_wrapped(env_dir, src_dir, args):
# if arm64 not found, try x64
download_node_src(node_url.replace('arm64', 'x64'),
src_dir, args)
else:
logger.warning('Failed to download from %s' % node_url)

logger.info('.', extra=dict(continued=True))

Expand Down

0 comments on commit 22d4cd9

Please sign in to comment.