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 d8d15d0 commit bf0c480Copy full SHA for bf0c480
src/utils.ts
@@ -23,7 +23,7 @@ export function getCharacterLastIndex(
23
}
24
25
26
- /* c8 ignore next 4 */
+ /* c8 ignore next 4 @preserve */
27
throw new Error(
28
`Cannot find front char ${pattern} from index ${fromIndex} in ${JSON.stringify(
29
text,
@@ -46,6 +46,7 @@ export function getCharacterIndex(
46
47
48
49
50
51
`Cannot find character ${pattern} from index ${fromIndex} in ${JSON.stringify(
52
0 commit comments