Update load.ts

This commit is contained in:
freearhey
2026-05-24 02:12:44 +03:00
parent 8ad22c2488
commit 745cc0344c
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
if (!workerConfig) {
worker.setStatus('MISSING_WORKER_CONFIG')
logger.error('Unable to load "workers.json"')
logger.error('Unable to load "worker.json"')
continue
}