${message}
34 | ${ copy ? ` 35 |${i18n(strings.copyErrorDetails)}
36 | ` : ""} 37 | ${ retry ? ` 38 |
35 | ${i18n(strings.version)}: ${app.currentVersion.toString()}
36 | ${this.error.traceId ? `
${i18n(strings.traceId)}: ${this.error.traceId}` : ""}
37 |
${i18n(strings.copyErrorDetails)}
40 | `; 41 | this.body.insertAdjacentHTML("beforeend", html); 42 | 43 | _(".copy-error", this.element).addEventListener("click", e =>{ 44 | e.preventDefault(); 45 | navigator.clipboard.writeText(this.error.toString(true)); 46 | 47 | let ctrl =${this.title}
29 | ` : "" } 30 |