mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
console error
This commit is contained in:
parent
cddcc8dfb1
commit
449bdf92c0
@ -16,7 +16,7 @@ PartialQuotedString = pyparsing.Regex(
|
|||||||
|
|
|
|
||||||
(?:\\.) # escape sequence
|
(?:\\.) # escape sequence
|
||||||
)*
|
)*
|
||||||
(?:\1|$) # end quote
|
(?:\1?|$) # end quote
|
||||||
''',
|
''',
|
||||||
re.VERBOSE
|
re.VERBOSE
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user