Skip to content

Commit 8f418e0

Browse files
authored
Fix invisible characters in hangdump docs (#45577)
1 parent 30f6746 commit 8f418e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/microsoft-testing-platform-extensions-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ To configure the hang dump file generation, use the following options:
6464
| Option | Description |
6565
|--|--|
6666
| `--hangdump` | Generates a dump file in case the test host process hangs. |
67-
| `-⁠-hangdump-filename` | Specifies the file name of the dump. |
67+
| `-⁠-hangdump-filename` | Specifies the file name of the dump. |
6868
| `--hangdump-timeout` | Specifies the timeout after which the dump is generated. The timeout value is specified in one of the following formats:<br/>`1.5h`, `1.5hour`, `1.5hours`<br/>`90m`, `90min`, `90minute`, `90minutes`<br/>`5400s`, `5400sec`, `5400second`, `5400seconds`. Defaults to `30m` (30 minutes). |
6969
| `--hangdump-type` | Specifies the type of the dump. Valid values are `Mini`, `Heap`, `Triage`, `Full`. Defaults as `Full`. For more information, see [Types of mini dumps](../diagnostics/collect-dumps-crash.md#types-of-mini-dumps). |

0 commit comments

Comments
 (0)