Skip to content

Commit 817b161

Browse files
committed
error: update download options on errors
1 parent 7757633 commit 817b161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ function renderPieChart() {
436436
const pre = document.createElement('pre');
437437
const text = document.createTextNode(errorText);
438438
pre.appendChild(text);
439+
440+
populateDownloadOptions('plaintext');
439441
document.querySelector('#resultContainer').appendChild(pre);
440442
}
441443

0 commit comments

Comments
 (0)