We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
devtools:initialized
1 parent ddb7547 commit 3662836Copy full SHA for 3662836
1 file changed
packages/devtools/src/module-main.ts
@@ -240,11 +240,11 @@ window.__NUXT_DEVTOOLS_TIME_METRIC__.appInit = Date.now()
240
241
await Promise.all(integrations)
242
243
- await nuxt.callHook('devtools:initialized', {
+ nuxt.hook('modules:done', () => nuxt.callHook('devtools:initialized', {
244
version,
245
packagePath: packageDir,
246
isGlobalInstall: isGlobalInstall(),
247
- })
+ }))
248
249
const isMac = os.platform() === 'darwin'
250
0 commit comments