Skip to content

Commit 968ede3

Browse files
committed
small formatting update
1 parent cbb7da0 commit 968ede3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/utils/safe-npm.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ const addAlias = (file) => {
6161
if (err) {
6262
return new Error(`There was an error setting up the alias: ${stderr}`)
6363
}
64-
console.log(`The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉`)
64+
console.log(`
65+
66+
The alias was added to ${file}. Running 'npm install' will now be wrapped in Socket's "safe npm" 🎉
67+
68+
`)
6569
})
6670
}
6771

0 commit comments

Comments
 (0)