Skip to content

Commit

Permalink
chore: fix resolve debug log timing (#12746)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 5, 2023
1 parent 77bf4ef commit 22f6ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/pluginContainer.ts
Expand Up @@ -607,7 +607,7 @@ export async function createPluginContainer(
ctx.ssr = !!ssr
ctx._scan = scan
ctx._resolveSkips = skip
const resolveStart = debugPluginResolve ? performance.now() : 0
const resolveStart = debugResolve ? performance.now() : 0

let id: string | null = null
const partial: Partial<PartialResolvedId> = {}
Expand Down

0 comments on commit 22f6ae6

Please sign in to comment.