up log stream

This commit is contained in:
Simone Gotti 2019-05-18 14:13:16 +02:00
parent 5aa383f23a
commit da8e3b9b5c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export default {
return;
}
let data = String.fromCharCode.apply(null, value);
let data = new TextDecoder("utf-8").decode(value);
let lines = data.split("\n");
lines.forEach(line => {