apptask: asyncify
This commit is contained in:
@@ -92,7 +92,7 @@ async.series([
|
||||
if (updateError) return exitSync({ error: updateError, code: 50 });
|
||||
|
||||
const progressCallback = async function (progress, callback) {
|
||||
await safe(tasks.update(taskId, progress));
|
||||
await safe(tasks.update(taskId, progress), { debug });
|
||||
if (callback) callback();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user