mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Remove new line from output log in python client. (#2244)
There was an unnecessary new line character in the python debugger client. JerryScript-DCO-1.0-Signed-off-by: Istvan Miklos imiklos2@inf.u-szeged.hu
This commit is contained in:
parent
66d0f53bbb
commit
6e9a94bf1a
@ -1238,6 +1238,7 @@ def main():
|
||||
|
||||
# Subtypes of output
|
||||
if buffer_type == JERRY_DEBUGGER_OUTPUT_RESULT_END:
|
||||
message = message.rstrip('\n')
|
||||
if subtype in [JERRY_DEBUGGER_OUTPUT_OK,
|
||||
JERRY_DEBUGGER_OUTPUT_DEBUG]:
|
||||
print("%sout: %s%s" % (debugger.blue, debugger.nocolor, message))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user