We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed6deb commit 9d75f18Copy full SHA for 9d75f18
index.d.ts
@@ -9,13 +9,13 @@ export function addSymbolPath(...paths: string[]): void
9
*/
10
export function walkStack(
11
minidump: string,
12
- callback: (err: Error, result: string) => void,
+ callback: (err: Error, result: Buffer) => void,
13
commandArgs?: string[]
14
): void
15
16
17
symbolPaths: string[],
18
19
20
21
0 commit comments