Skip to content

Commit

Permalink
Update lib/install.js
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
  • Loading branch information
StefanStojanovic and dsanders11 authored May 31, 2023
1 parent a3bc9af commit 406635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function install (fs, gyp, argv) {
await fs.promises.stat(nodeLibPath)
} catch (err) {
if (err.code === 'ENOENT') {
log.verbose('install', `version not already installed for ${arch}, continuing with install`, release.version)
log.verbose('install', `node.lib not already installed for ${arch}, continuing with install`)
try {
shouldDownloadTarball = false
return await go()
Expand Down

0 comments on commit 406635b

Please sign in to comment.