Skip to content

Commit

Permalink
feat: improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 9, 2018
1 parent 6b7ed1d commit 9bdcaf6
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 @@ -78,7 +78,7 @@ const linkPackage = async (packagePath, packageName) => {
} catch (error) {
await cleanupNpmInstall(packagePath);
if (await isValidSymlink(symlinkPath, packagePath)) {
log.warning("npm crashed, however link was created so we're ignoring that");
log.warning("npm crashed, however link was created so we're ignoring it");
return;
}

Expand Down

0 comments on commit 9bdcaf6

Please sign in to comment.