newline in tor sidebar log

master
Kevin Froman 2020-10-22 12:45:38 +00:00
parent 8a4c138eed
commit 51c3078b90
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ async function showLog(){
logfileOutputEl.innerText += resp.data.replace(
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, '')
logfileOutputEl.innerText += "\n\n"
doScroll()
})
}