Fix file extension in symoblicate-crash-reports

This commit is contained in:
Fedor Indutny
2023-09-20 10:08:29 +02:00
committed by GitHub
parent f115ba5873
commit 95b0f67a47

View File

@@ -109,7 +109,7 @@ async function symbolicate(
const encoded = await fs.readFile(fileName);
let reports: ReadonlyArray<Proto.ICrashReport>;
if (fileName.endsWith('.dmp')) {
if (fileName.endsWith('.raw')) {
reports = [
{
filename: 'report.dmp',