added creation date log

This commit is contained in:
dcore94 2024-11-20 10:58:00 +01:00
parent 9b2ce4f710
commit bec4a722d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)}`)
}
}
}