@creditkarma/thrift-server-core
Advanced tools
Comparing version 0.18.1-alpha.5 to 0.18.1-alpha.6
@@ -192,3 +192,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
throw new RangeError(`Value is outside the Int64 range: ${i64}`); | ||
@@ -213,3 +213,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
throw new RangeError(`Hi is outside the Int64 range: ${hi}`); | ||
@@ -225,3 +225,3 @@ } | ||
} | ||
catch (_b) { | ||
catch { | ||
throw new RangeError(`Lo is outside the Int64 range: ${lo}`); | ||
@@ -228,0 +228,0 @@ } |
{ | ||
"name": "@creditkarma/thrift-server-core", | ||
"version": "0.18.1-alpha.5", | ||
"version": "0.18.1-alpha.6", | ||
"description": "Thrift core library in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
Sorry, the diff of this file is not supported yet
208014