wargerm 0.7.6 → 0.7.7
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.esm.js +6 -0
- package/dist/index.js +6 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -11030,6 +11030,12 @@ function DhPlayer(_ref, ref) {
|
|
11030
11030
|
placement: 'top',
|
11031
11031
|
duration: null
|
11032
11032
|
});
|
11033
|
+
} else {
|
11034
|
+
api.error({
|
11035
|
+
message: "\u63D0\u793A",
|
11036
|
+
description: "".concat(err.message),
|
11037
|
+
placement: 'top'
|
11038
|
+
});
|
11033
11039
|
}
|
11034
11040
|
|
11035
11041
|
_createError && _createError(err);
|
package/dist/index.js
CHANGED
@@ -11074,6 +11074,12 @@ function DhPlayer(_ref, ref) {
|
|
11074
11074
|
placement: 'top',
|
11075
11075
|
duration: null
|
11076
11076
|
});
|
11077
|
+
} else {
|
11078
|
+
api.error({
|
11079
|
+
message: "\u63D0\u793A",
|
11080
|
+
description: "".concat(err.message),
|
11081
|
+
placement: 'top'
|
11082
|
+
});
|
11077
11083
|
}
|
11078
11084
|
|
11079
11085
|
_createError && _createError(err);
|