Skip to content

Commit

Permalink
feat: improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 24, 2018
1 parent 6a84450 commit d63030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const linkPackage = async (packagePath, packageName) => {
(await realpath(resolve(await getNpmModulesPath(), packageName), { loose: true })) ===
packagePath
) {
log.warning("npm crashed but as link was created we're ignoring that fact");
log.warning("npm crashed, however link was created so we're ignoring that fact");
return;
}

Expand Down

0 comments on commit d63030c

Please sign in to comment.