@skrillex1224/playwright-toolkit 2.1.128 → 2.1.129
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.cjs.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3136,7 +3136,7 @@ var logger11 = createInternalLogger("Share");
|
|
|
3136
3136
|
var DEFAULT_TIMEOUT_MS = 50 * 1e3;
|
|
3137
3137
|
var DEFAULT_PAYLOAD_SNAPSHOT_MAX_LEN = 500;
|
|
3138
3138
|
var DEFAULT_POLL_INTERVAL_MS = 120;
|
|
3139
|
-
var normalizePrefix = (value) =>
|
|
3139
|
+
var normalizePrefix = (value) => value == null ? void 0 : String(value).trim();
|
|
3140
3140
|
var toSnapshot = (value, maxLen) => {
|
|
3141
3141
|
const text = String(value || "");
|
|
3142
3142
|
if (!text) return "";
|