Skip to content

Commit c4ea298

Browse files
committed
fix debug usage
1 parent a434c45 commit c4ea298

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/go.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9542,7 +9542,10 @@
95429542
mainVueOperatingSystemVm.show_loader = false
95439543
yz.mainVars.autoScroll = false
95449544
setTimeout(async function() {
9545-
await yz.selectAppbyId(nid)
9545+
let dbgThread = yz.debug.startDebug("dhjfsgjhksdfghjdsgfjkhdgsfjhkgfjhkgdsfjkhf")
9546+
await yz.selectAppbyId("hjefhjgrjhgrejkwgrjkegrewjkgerjwkhgrewjk",dbgThread,
9547+
nid)
9548+
yz.debug.endOfDebugSection(dbgThread)
95469549
},20)
95479550
}
95489551

@@ -12639,7 +12642,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
1263912642
}
1264012643
}
1264112644

12642-
yz.debug.endOfDebugSection()
12645+
yz.debug.endOfDebugSection(dbgThread)
1264312646
},
1264412647

1264512648
// Simple web UI helpers

0 commit comments

Comments
 (0)