From c2e5f192266f3a3fb9b7acabd7dacd522d9a96bc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 10 Sep 2025 21:10:56 +0200 Subject: [PATCH] very possible code path --- src/updater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater.js b/src/updater.js index 7c6a681a9..466609072 100644 --- a/src/updater.js +++ b/src/updater.js @@ -234,7 +234,7 @@ async function startBoxUpdateTask(options, auditSource) { // background tasks.startTask(taskId, { timeout: 20 * 60 * 60 * 1000 /* 20 hours */, nice: 15, memoryLimit }) - .then(() => debug('startBoxUpdateTask: internal error. impossible code path')) + .then(() => debug('startBoxUpdateTask: update task completed')) .catch(async (error) => { debug('Update failed with error. %o', error);