Comparing version 0.0.3 to 1.0.0
{ | ||
"name": "abend", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"author": "Alan Gutierrez <alan@prettyrobots.com>", | ||
@@ -5,0 +5,0 @@ "description": "Throw an error if there is an error.", |
@@ -15,4 +15,3 @@ [![Build Status](https://travis-ci.org/bigeasy/abend.svg?branch=master)](https://travis-ci.org/bigeasy/abend) [![Coverage Status](https://coveralls.io/repos/bigeasy/abend/badge.svg?branch=master&service=github)](https://coveralls.io/github/bigeasy/abend?branch=master) | ||
Abend's promise: I will unwind your stack and crash your program if it's the | ||
last thing I do. It defeats any and all naive attempts to catch exceptions and | ||
turn them into error events. | ||
last thing I do. It defeats any and all naive attempts to catch exceptions. | ||
@@ -29,3 +28,3 @@ Abend is part of the [Cadence](https://github.com/bigeasy/cadence) Universe. | ||
If you are using Cadence, it won't be caught, because Cadence uses a trampoline | ||
to invoke its user-specifed program logic. It bounces user functions on the | ||
to invoke its user-specified program logic. It bounces user functions on the | ||
trampoline, then it calls it's callback directly. There is no try/catch block | ||
@@ -32,0 +31,0 @@ enveloping the callback. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
7090
50