Polish response field
This commit is contained in:
parent
a0476cb3d0
commit
4026d5f2b6
@ -50,7 +50,7 @@ async function readResponse(response) {
|
||||
cleanResponse.push(JSONline.response);
|
||||
}
|
||||
}
|
||||
outputArea.innerHTML = cleanResponse;
|
||||
outputArea.innerHTML = cleanResponse.join('');
|
||||
return;
|
||||
}
|
||||
read();
|
||||
|
Loading…
Reference in New Issue
Block a user