From a609c6f27b647c65ed4ff52fd23feeb258ea0dc3 Mon Sep 17 00:00:00 2001 From: Лач Date: Sat, 27 Jun 2020 13:36:35 +0000 Subject: [PATCH] docs: update README notes about production usage --- --- a/README.md +++ b/README.md @@ -17,11 +17,6 @@ - Can pass all of original `examples` tests - Can pass all of original `test_suite` tests, expect those, which checks golden output for stacktraces (vanilla-like stacktraces are implemented, but look is not 100% identical): ![Example output](./traces.png) -## Production usage - -It can be used within scripts, but i won't recommend embedding it into applications, -because currently not all errors are thrown as errors, panic possible on incorrect input. - ## Bindings Currently no language bindings are implemented -- gitstuff