Skip to content

Commit

Permalink
fixup! Debug tracing: time devserver startup
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Aug 28, 2023
1 parent ed07999 commit 032a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/cli/next-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ const nextDev: CliCommand = async (argv) => {
}
})

trace('start-dev-server').traceAsyncFn(async (_) => {
await trace('start-dev-server').traceAsyncFn(async (_) => {
runningServer = await runDevServer(false)
})
}
Expand Down

0 comments on commit 032a05a

Please sign in to comment.