This commit is contained in:
dcore94 2023-05-18 12:22:21 +02:00
parent fed2f1d63c
commit 2d82c95409
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class CCPExecutionHistory extends HTMLElement {
connectNewExecution(){
document.addEventListener("newexecution", ev=>{
this.pending.push(ev.detail)
this.#pending.push(ev.detail)
})
}