Skip to content

Commit

Permalink
small formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jan 11, 2024
1 parent cbb7da0 commit 968ede3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/utils/safe-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ const addAlias = (file) => {
if (err) {
return new Error(`There was an error setting up the alias: ${stderr}`)
}
console.log(`The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉`)
console.log(`

Check warning on line 64 in lib/utils/safe-npm.js

View workflow job for this annotation

GitHub Actions / Linting / Test (20, ubuntu-latest)

Unexpected console statement
The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉
`)
})
}

Expand Down

0 comments on commit 968ede3

Please sign in to comment.