Add download logs button to BugReportDialog

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-30 16:12:28 +01:00
parent 2a45ccaef3
commit 63853d9de1
4 changed files with 41 additions and 2 deletions

View file

@ -195,7 +195,7 @@ export async function downloadBugReport(opts) {
resolve();
});
reader.readAsArrayBuffer(e[1]);
}))
}));
} else {
metadata += `${e[0]} = ${e[1]}\n`;
}