Skip to content

Commit 176ab2e

Browse files
committed
Fix whitespace
1 parent 919710b commit 176ab2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TROUBLESHOOTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You can control exactly which `SystemExit` codes the debugger breaks on using th
3030

3131
```js
3232
// Never break on any SystemExit:
33-
{
34-
"breakOnSystemExit": []
35-
}
33+
{
34+
"breakOnSystemExit": []
35+
}
3636

3737
// Only break on specific exit codes:
3838
{

0 commit comments

Comments
 (0)