Skip to content

Commit

Permalink
fix resolve/reject
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses committed Mar 24, 2023
1 parent 68c9f69 commit ded0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class StreamManager {
resolve(txt);
} else {
console.log("no manual close for abort");
reject(e);
resolve(e); // bugged -- todo
}
});

Expand Down

0 comments on commit ded0b9d

Please sign in to comment.