mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00: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