Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/devtools/src/module-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ window.__NUXT_DEVTOOLS_TIME_METRIC__.appInit = Date.now()

await Promise.all(integrations)

await nuxt.callHook('devtools:initialized', {
nuxt.hook('modules:done', async () => nuxt.callHook('devtools:initialized', {
Comment thread
danielroe marked this conversation as resolved.
Outdated
Comment thread
danielroe marked this conversation as resolved.
Outdated
version,
packagePath: packageDir,
isGlobalInstall: isGlobalInstall(),
})
}))

const isMac = os.platform() === 'darwin'

Expand Down