We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c585c6c commit 7d0df96Copy full SHA for 7d0df96
impl/src/simulator.ts
@@ -180,6 +180,7 @@ function updateImpressionsTable() {
180
backend.saveImpression(...sites(site, intermediary), opts);
181
li.innerText = "Success";
182
} catch (e) {
183
+ // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
184
li.innerText = `Error: ${e}`;
185
}
186
@@ -299,6 +300,7 @@ function updateImpressionsTable() {
299
300
li.append(" and…", dl);
301
302
303
304
305
306
0 commit comments