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() {
|
async function start() {
|
||||||
await stats.loaded()
|
await stats.loaded()
|
||||||
glue(infos, connections)
|
glue(infos, connections)
|
||||||
queueMicrotask(() => scheduler.start.bind(scheduler)((err) => {
|
//queueMicrotask(() => scheduler.start.bind(scheduler)((err) => {
|
||||||
if (err) console.error("pzp-net scheduler start failed:", err)
|
// if (err) console.error("pzp-net scheduler start failed:", err)
|
||||||
}))
|
//}))
|
||||||
}
|
}
|
||||||
|
|
||||||
function stop() {
|
function stop() {
|
||||||
|
|
Loading…
Reference in New Issue