diff --git a/src/taskworker.js b/src/taskworker.js index dc8cb002b..0b066a741 100755 --- a/src/taskworker.js +++ b/src/taskworker.js @@ -103,6 +103,7 @@ async function main() { } try { + debug(`Running task of type ${task.type}`); const [runError, result] = await safe(TASKS[task.type].apply(null, task.args.concat(progressCallback))); const progress = { result: result || null,