Skip to content

Commit

Permalink
fixed intercept.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent 82ad13c commit 2c8731d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Interceptor:
if self.outfile:
self.lock.acquire()
self.outfile.write(json.dumps(frame) + "\n")
self.outfile.write("json.dumps(frame) + "\\n")
self.outfile.flush()
self.lock.release()
Expand Down

0 comments on commit 2c8731d

Please sign in to comment.