Skip to content

Commit 9129644

Browse files
isaacswraithgar
andauthored
Update lib/utils/update-notifier.js
Co-authored-by: Gar <[email protected]>
1 parent 814537d commit 9129644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/update-notifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ module.exports = async npm => {
121121
const notification = await updateNotifier(npm)
122122
// intentional. do not await this. it's a best-effort update.
123123
updateTimeout(npm)
124-
return notification
124+
npm.updateNotification = notification
125125
}

0 commit comments

Comments
 (0)