Skip to content

Commit ca3c108

Browse files
sapachevrogerwang
authored andcommitted
Fix nwjs#5669: correct path of crash dumps in Windows
1 parent 5644fe3 commit ca3c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/For Developers/Understanding Crash Dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To extract the stack trace from the `minidump` file, you need three things: the
1212
The minidump file will be generated in the following default directories when NW.js crashed:
1313

1414
* Linux: `~/.config/<name-in-manifest>/Crash\ Reports/`
15-
* Windows: `%LOCALAPPDATA%\CrashPad`
15+
* Windows: `%LOCALAPPDATA%\Chromium\User Data\CrashPad`
1616
* Mac: `~/Library/Application\ Support/<name-in-manifest>/CrashPad/`
1717

1818
The `<name-in-manifest>` is the `name` field of [Manifest file](../References/Manifest Format.md#name).

0 commit comments

Comments
 (0)