We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a434c45 commit c4ea298Copy full SHA for c4ea298
public/go.html
@@ -9542,7 +9542,10 @@
9542
mainVueOperatingSystemVm.show_loader = false
9543
yz.mainVars.autoScroll = false
9544
setTimeout(async function() {
9545
- await yz.selectAppbyId(nid)
+ let dbgThread = yz.debug.startDebug("dhjfsgjhksdfghjdsgfjkhdgsfjhkgfjhkgdsfjkhf")
9546
+ await yz.selectAppbyId("hjefhjgrjhgrejkwgrjkegrewjkgerjwkhgrewjk",dbgThread,
9547
+ nid)
9548
+ yz.debug.endOfDebugSection(dbgThread)
9549
},20)
9550
}
9551
@@ -12639,7 +12642,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
12639
12642
12640
12643
12641
12644
- yz.debug.endOfDebugSection()
12645
12646
},
12647
12648
// Simple web UI helpers
0 commit comments