Skip to content

Commit

Permalink
docs: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Jan 31, 2024
1 parent 2eedaa7 commit 7987277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const checkFilenameForLine = async (filename, line) => {
* @param {String} options.scriptname - The line to add sourcing this file.
* @param {String} options.name - The package being configured.
* @param {String} options.shell
* @returns {Promise.<void>}
*/
const writeLineToFilename = ({ filename, scriptname, name, shell }) => new Promise((
resolve,
Expand Down

0 comments on commit 7987277

Please sign in to comment.