Skip to content

Commit

Permalink
Continue line numbering for R example
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 18, 2024
1 parent 5079109 commit 688a339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/training/debugging/when-something-fails.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ g(12) # This triggers the breakpoint.

In R, you can also define a global error handler (e.g., `browser` or `recover`):

```R
```R linenums="19"
options(error=recover)

g(12)
Expand Down

0 comments on commit 688a339

Please sign in to comment.