@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.js
CHANGED
|
@@ -3109,7 +3109,7 @@ var logger11 = createInternalLogger("Share");
|
|
|
3109
3109
|
var DEFAULT_TIMEOUT_MS = 50 * 1e3;
|
|
3110
3110
|
var DEFAULT_PAYLOAD_SNAPSHOT_MAX_LEN = 500;
|
|
3111
3111
|
var DEFAULT_POLL_INTERVAL_MS = 120;
|
|
3112
|
-
var normalizePrefix = (value) =>
|
|
3112
|
+
var normalizePrefix = (value) => value == null ? void 0 : String(value).trim();
|
|
3113
3113
|
var toSnapshot = (value, maxLen) => {
|
|
3114
3114
|
const text = String(value || "");
|
|
3115
3115
|
if (!text) return "";
|