fix really minor bug
This commit is contained in:
parent
7ae5214358
commit
7bc34ae038
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ class Localuser {
|
|||
(async () => {
|
||||
while (true) {
|
||||
const read = await r.read();
|
||||
const data = textdecode.decode(read.value);
|
||||
const data = textdecode.decode(read.value, {stream: true});
|
||||
build += data;
|
||||
try {
|
||||
const temp = JSON.parse(build);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue