0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-11 23:00:52 +00:00
termux-packages/packages/nodejs/deps-npm-lib-cli-entry.js.patch
2024-05-31 10:22:04 +02:00

18 lines
778 B
Diff

diff -u -r ../node-v20.14.0/deps/npm/lib/cli/entry.js ./deps/npm/lib/cli/entry.js
--- ../node-v20.14.0/deps/npm/lib/cli/entry.js 2024-05-28 04:57:54.000000000 +0000
+++ ./deps/npm/lib/cli/entry.js 2024-05-30 19:57:14.804332523 +0000
@@ -64,13 +64,6 @@
const execPromise = npm.exec(command, args)
- // this is async but we dont await it, since its ok if it doesnt
- // finish before the command finishes running. it uses command and argv
- // so it must be initiated here, after the command name is set
- const updateNotifier = require('./update-notifier.js')
- // eslint-disable-next-line promise/catch-or-return
- updateNotifier(npm).then((msg) => (npm.updateNotification = msg))
-
await execPromise
return exitHandler()
} catch (err) {