We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32af7eb commit 4dbea2aCopy full SHA for 4dbea2a
lib/shadow/update-notifier.mjs
@@ -0,0 +1,3 @@
1
+// ESM entrypoint doesn't work w/ --require, this needs to be done w/ a spawnSync sadly
2
+import { initUpdateNotifier } from '../utils/update-notifier.js'
3
+initUpdateNotifier()
0 commit comments