@glimt/record 0.0.28 → 0.0.29
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/record.cjs +4 -1
- package/dist/record.cjs.map +1 -1
- package/dist/record.js +4 -1
- package/dist/record.js.map +1 -1
- package/dist/record.umd.cjs +4 -1
- package/dist/record.umd.cjs.map +2 -2
- package/dist/record.umd.min.cjs +1 -1
- package/dist/record.umd.min.cjs.map +2 -2
- package/package.json +1 -1
package/dist/record.cjs
CHANGED
|
@@ -9465,7 +9465,10 @@ class MutationBuffer {
|
|
|
9465
9465
|
"totalMutations:",
|
|
9466
9466
|
this.stormInfo.totalMutations,
|
|
9467
9467
|
"stormExceededLimit:",
|
|
9468
|
-
stormExceededLimit
|
|
9468
|
+
stormExceededLimit,
|
|
9469
|
+
"storm duration:",
|
|
9470
|
+
Date.now() - this.stormInfo.startedAt,
|
|
9471
|
+
"ms"
|
|
9469
9472
|
);
|
|
9470
9473
|
clearTimeout(this.stormInfo.timeout);
|
|
9471
9474
|
this.stormInfo = null;
|