Skip to content

Commit f83151b

Browse files
committed
Merge branch 'main' of https://github.com/microsoft/Trace
2 parents 2459ba7 + f0f7fda commit f83151b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
81.3 KB
Loading

opto/trace/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def escape_json_nested_quotes(json_str):
219219
# we didn't add \u to this list
220220
if json_str[i - 1] == "\\" and char not in [
221221
"\\",
222-
"\/",
222+
"\\/",
223223
"n",
224224
"b",
225225
"f",

0 commit comments

Comments
 (0)