Skip to content

Commit 617ac72

Browse files
committed
readme: Make 'print' section complex
1 parent 25ff1fb commit 617ac72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ It can look redundant (compared to `if ! fn; then :; fi`) to define error functi
3131
### print
3232

3333
- `core.print_stacktrace`
34+
- `core.print_fatal`
3435
- `core.print_error`
3536
- `core.print_warn`
3637
- `core.print_info`
38+
- `core.print_debug`
3739

3840
The function `core.print_stacktrace` prints the stack trace. It is recommended to use this with `core.trap_add` (see [example](./docs/api.md#coreprint_stacktrace))
3941

0 commit comments

Comments
 (0)