Skip to content

Commit 130dca8

Browse files
committed
fix: buildDuration initial value
1 parent fe08bdc commit 130dca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devtools/src/app/pages/session/[session].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const session = reactive({
1717
id: computed(() => params.session),
1818
meta: undefined!,
1919
modulesList: shallowRef<ModuleListItem[]>([]),
20+
buildDuration: 0,
2021
}) as SessionContext
2122
2223
const rpc = useRpc()

0 commit comments

Comments
 (0)