fix really minor bug
This commit is contained in:
@@ -401,7 +401,7 @@ class Localuser {
|
|||||||
(async () => {
|
(async () => {
|
||||||
while (true) {
|
while (true) {
|
||||||
const read = await r.read();
|
const read = await r.read();
|
||||||
const data = textdecode.decode(read.value);
|
const data = textdecode.decode(read.value, {stream: true});
|
||||||
build += data;
|
build += data;
|
||||||
try {
|
try {
|
||||||
const temp = JSON.parse(build);
|
const temp = JSON.parse(build);
|
||||||
|
Reference in New Issue
Block a user