We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f5dc3 commit 197c4a9Copy full SHA for 197c4a9
packages/driver/src/cypress/stack_utils.ts
@@ -12,7 +12,7 @@ import { getStackLines, replacedStack, stackWithoutMessage, splitStack, unsplitS
12
13
const whitespaceRegex = /^(\s*)*/
14
const stackLineRegex = /^\s*(at )?.*@?\(?.*\:\d+\:\d+\)?$/
15
-const customProtocolRegex = /^[^:\/]+:\/+/
+const customProtocolRegex = /^[^:\/]+:\/{1,3}/
16
const percentNotEncodedRegex = /%(?![0-9A-F][0-9A-F])/g
17
const STACK_REPLACEMENT_MARKER = '__stackReplacementMarker'
18
0 commit comments