better log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user