Add download logs button to BugReportDialog
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ export async function downloadBugReport(opts) {
|
||||
resolve();
|
||||
});
|
||||
reader.readAsArrayBuffer(e[1]);
|
||||
}))
|
||||
}));
|
||||
} else {
|
||||
metadata += `${e[0]} = ${e[1]}\n`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user