Fix file extension in symoblicate-crash-reports
This commit is contained in:
parent
f115ba5873
commit
95b0f67a47
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue