This commit is contained in:
Chocobozzz
2026-07-10 14:17:59 +02:00
parent 6b7537b212
commit e1f7835ad6
@@ -125,7 +125,7 @@ async function processTask (options: TaskProcessorOptions) {
const { task } = options
const processor = taskProcessors[options.task.name]
if (!process) throw new Error('Unknown task ' + task.name)
if (!processor) throw new Error('Unknown task ' + task.name)
return processor(options)
}