throw error
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
ale 2024-09-23 22:50:38 +02:00
parent 71c4299192
commit dee27f79d4

View File

@ -144,7 +144,7 @@ module.exports = async (client, apex, app) => {
app.locals.peers++ app.locals.peers++
await scanInstance(instance) await scanInstance(instance)
} catch (e) { } catch (e) {
console.error(e) // console.error(e)
} }
} }
yield 0 yield 0