Add parse-crash-reports script
This commit is contained in:
parent
bd562eeab8
commit
96e63964b9
4 changed files with 130 additions and 2 deletions
9
ts/scripts/symbolicate-mac.d.ts
vendored
Normal file
9
ts/scripts/symbolicate-mac.d.ts
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
declare module '@electron/symbolicate-mac' {
|
||||
export function symbolicate(options: {
|
||||
file: string;
|
||||
force?: boolean;
|
||||
}): Promise<string>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue