mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
Ensured a new line after the request message in the output.
This commit is contained in:
parent
d544ec3823
commit
e175fe9d0e
@ -94,6 +94,7 @@ def _get_output(args, stdout_isatty, response):
|
||||
with_headers=cliparse.OUT_REQ_HEADERS in args.output_options,
|
||||
with_body=cliparse.OUT_REQ_BODY in args.output_options
|
||||
))
|
||||
output.append('\n')
|
||||
if do_output_response:
|
||||
output.append('\n')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user