@native-systems/utility 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -423,7 +423,7 @@ var NativeException = /*#__PURE__*/ (function (Error1) {
|
|
|
423
423
|
var _this;
|
|
424
424
|
(_this = _call_super$1(this, NativeException, [message])),
|
|
425
425
|
_define_property$2(_this, 'code', void 0);
|
|
426
|
-
_this.name = '
|
|
426
|
+
_this.name = 'NativeError';
|
|
427
427
|
_this.code = code;
|
|
428
428
|
return _this;
|
|
429
429
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -421,7 +421,7 @@ var NativeException = /*#__PURE__*/ (function (Error1) {
|
|
|
421
421
|
var _this;
|
|
422
422
|
(_this = _call_super$1(this, NativeException, [message])),
|
|
423
423
|
_define_property$2(_this, 'code', void 0);
|
|
424
|
-
_this.name = '
|
|
424
|
+
_this.name = 'NativeError';
|
|
425
425
|
_this.code = code;
|
|
426
426
|
return _this;
|
|
427
427
|
}
|