Comment fix

This commit is contained in:
Jacob Karlsson 2024-05-15 18:01:31 +02:00
parent c8abcd0faf
commit 977e6c2fb3
1 changed files with 3 additions and 3 deletions

View File

@ -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() {