Skip to content

Commit

Permalink
Add empty line behind documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 3, 2020
1 parent 1756f18 commit ca99caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const parseVersion = raw => {
};
};

const e = (message, docs) => new Error(docs ? `${message}${EOL}Documentation: ${docs}` : message);
const e = (message, docs) => new Error(docs ? `${message}${EOL}Documentation: ${docs}${EOL}` : message);

module.exports = {
getSystemInfo,
Expand Down

0 comments on commit ca99caf

Please sign in to comment.