Skip to content

Commit 389500e

Browse files
committed
chore: fix lock
1 parent 918dd49 commit 389500e

File tree

2 files changed

+3316
-3617
lines changed

2 files changed

+3316
-3617
lines changed

packages/applet/src/modules/router/components/routes/Index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ const getRoutesInspectorTree = async (filter = '') => {
107107
})
108108
}
109109
110-
until(inspectorId).toBeTruthy().then(getRoutesInspectorTree)
110+
until(inspectorId).toBeTruthy().then(() => {
111+
getRoutesInspectorTree()
112+
})
111113
112114
function onInspectorTreeUpdated(_data: string) {
113115
const data = parse(_data) as {

0 commit comments

Comments
 (0)