added creation date log
This commit is contained in:
parent
9b2ce4f710
commit
bec4a722d5
|
@ -729,7 +729,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
if(this.#archived[entry.method]) this.#archived[entry.method].push(entry);
|
||||
else this.#archived[entry.method] = [entry]
|
||||
} catch (err){
|
||||
console.warn(`Skipping entry ${metadatafolder[0].id} because of ${err}`)
|
||||
console.warn(`Skipping entry ${metadatafolder[0].id} because of ${err} created at ${new Date(metadatafolder[0].creationTime)}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue