videomail-client 8.3.24 → 8.4.1
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/package.json
CHANGED
|
@@ -17273,7 +17273,7 @@ function wrappy (fn, cb) {
|
|
|
17273
17273
|
},{}],114:[function(_dereq_,module,exports){
|
|
17274
17274
|
module.exports={
|
|
17275
17275
|
"name": "videomail-client",
|
|
17276
|
-
"version": "8.
|
|
17276
|
+
"version": "8.4.1",
|
|
17277
17277
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
17278
17278
|
"author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
|
|
17279
17279
|
"contributors": [
|
|
@@ -21743,10 +21743,10 @@ var Notifier = function Notifier(visuals, options) {
|
|
|
21743
21743
|
} else {
|
|
21744
21744
|
options.logger.warn("Not going to update notifierMessage element because message is empty", message);
|
|
21745
21745
|
}
|
|
21746
|
+
(0, _hidden.default)(notifierMessage, false);
|
|
21746
21747
|
} else {
|
|
21747
|
-
options.logger.warn("Unable to update notifierMessage element because
|
|
21748
|
+
options.logger.warn("Unable to update notifierMessage element because no element is defined", message);
|
|
21748
21749
|
}
|
|
21749
|
-
(0, _hidden.default)(notifierMessage, false);
|
|
21750
21750
|
}
|
|
21751
21751
|
this.error = function (err) {
|
|
21752
21752
|
var message = err.message ? err.message.toString() : err.toString();
|