Skip to content

Commit a8ab5db

Browse files
committed
Remove prefix 'Capture' of class name
1 parent ba90e11 commit a8ab5db

File tree

2 files changed

+93
-58
lines changed

2 files changed

+93
-58
lines changed

reqable/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def onRequest(request):
2525
callback.write(json.dumps({
2626
'request': result.serialize(),
2727
'env': context.env,
28+
'highlight': context.highlight,
2829
'shared': context.shared,
2930
}))
3031

@@ -38,6 +39,7 @@ def onResponse(response):
3839
callback.write(json.dumps({
3940
'response': result.serialize(),
4041
'env': context.env,
42+
'highlight': context.highlight,
4143
'shared': context.shared,
4244
}))
4345

0 commit comments

Comments
 (0)