better log

This commit is contained in:
Girish Ramakrishnan
2025-06-20 22:16:05 +02:00
parent 84297ff473
commit a02e3d2ebd

View File

@@ -111,7 +111,7 @@ async function update(id, task) {
assert.strictEqual(typeof id, 'string');
assert.strictEqual(typeof task, 'object');
debug(`update ${id}: ${JSON.stringify(task)}`);
debug(`updating task ${id} with: ${JSON.stringify(task)}`);
const args = [], fields = [];
for (const k in task) {