Skip to content

Commit

Permalink
Update lib/utils/update-notifier.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
isaacs and wraithgar authored Jun 3, 2021
1 parent 814537d commit 9129644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/update-notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ module.exports = async npm => {
const notification = await updateNotifier(npm)
// intentional. do not await this. it's a best-effort update.
updateTimeout(npm)
return notification
npm.updateNotification = notification
}

0 comments on commit 9129644

Please sign in to comment.