mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-09 06:44:11 +01:00
Fix file extension in symoblicate-crash-reports
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user