https://github.com/tijn/crystal-exception-backtrace-failure
A minimalistic example of an issue in crystal-lang
https://github.com/tijn/crystal-exception-backtrace-failure
Last synced: 9 months ago
JSON representation
A minimalistic example of an issue in crystal-lang
- Host: GitHub
- URL: https://github.com/tijn/crystal-exception-backtrace-failure
- Owner: tijn
- License: mit
- Created: 2019-12-02T19:08:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T19:13:14.000Z (over 6 years ago)
- Last Synced: 2025-02-22T19:14:05.258Z (over 1 year ago)
- Language: Crystal
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exception-backtrace-failure
## Usage
```console
make
./show-exception-with-backtrace
# observe that everything seems okay
./exec-minus-a
# oh no! :-o
```