An open API service indexing awesome lists of open source software.

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

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
```