Comparing version 1.0.6 to 1.0.7
@@ -11,6 +11,6 @@ "use strict"; | ||
else if (pattern == result_1.Err && result.isErr()) { | ||
return false; | ||
return true; | ||
} | ||
else { | ||
throw "This shouldn't happen!"; | ||
return false; | ||
} | ||
@@ -17,0 +17,0 @@ }, |
{ | ||
"name": "tryumph", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Bring the \"Umph\" to the javascript's async error handling", | ||
@@ -11,3 +11,3 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"prepublish": "tsc", | ||
"prepare": "ts-node ./scripts/prepare.ts & npm run build", | ||
"test": "jest", | ||
@@ -14,0 +14,0 @@ "build": "tsc" |
Sorry, the diff of this file is not supported yet
20779
27
207