We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209af44 commit 2669c4fCopy full SHA for 2669c4f
README.md
@@ -43,11 +43,11 @@ Following is a `core.print_stacktrace` example:
43
44
```txt
45
Stacktrace:
46
- in core.stacktrace_print (/home/edwin/repos/bash-core/.hidden/test.sh:0)
47
- in err_handler (/home/edwin/repos/bash-core/.hidden/test.sh:36)
48
- in fn3 (/home/edwin/repos/bash-core/.hidden/test.sh:48)
49
- in fn2 (/home/edwin/repos/bash-core/.hidden/test.sh:53)
50
- in fn (/home/edwin/repos/bash-core/.hidden/test.sh:57)
+ in core.stacktrace_print (/tmp/test.sh:0)
+ in err_handler (/tmp/test.sh:36)
+ in fn3 (/tmp/test.sh:48)
+ in fn2 (/tmp/test.sh:53)
+ in fn (/tmp/test.sh:57)
51
```
52
53
## Installation
0 commit comments