Add download logs button to BugReportDialog
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2a45ccaef3
commit
63853d9de1
4 changed files with 41 additions and 2 deletions
|
@ -195,7 +195,7 @@ export async function downloadBugReport(opts) {
|
|||
resolve();
|
||||
});
|
||||
reader.readAsArrayBuffer(e[1]);
|
||||
}))
|
||||
}));
|
||||
} else {
|
||||
metadata += `${e[0]} = ${e[1]}\n`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue