mirror of https://codeberg.org/pzp/pzp-net.git
Comment fix
This commit is contained in:
parent
c8abcd0faf
commit
977e6c2fb3
|
@ -91,9 +91,9 @@ function initNet(peer, config) {
|
|||
async function start() {
|
||||
await stats.loaded()
|
||||
glue(infos, connections)
|
||||
queueMicrotask(() => scheduler.start.bind(scheduler)((err) => {
|
||||
if (err) console.error("pzp-net scheduler start failed:", err)
|
||||
}))
|
||||
//queueMicrotask(() => scheduler.start.bind(scheduler)((err) => {
|
||||
// if (err) console.error("pzp-net scheduler start failed:", err)
|
||||
//}))
|
||||
}
|
||||
|
||||
function stop() {
|
||||
|
|
Loading…
Reference in New Issue