mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: add V8 crash information to crashReporter (#24771)
* feat: add V8 crash information to crashReporter * Address review feedback
This commit is contained in:
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
@@ -44,6 +44,7 @@ declare namespace NodeJS {
|
||||
clearWeaklyTrackedValues(): void;
|
||||
getWeaklyTrackedValues(): any[];
|
||||
addRemoteObjectRef(contextId: string, id: number): void;
|
||||
triggerFatalErrorForTesting(): void;
|
||||
}
|
||||
|
||||
type AsarFileInfo = {
|
||||
|
||||
Reference in New Issue
Block a user