domoritz commented on a change in pull request #10362:
URL: https://github.com/apache/arrow/pull/10362#discussion_r637468188



##########
File path: js/src/io/interfaces.ts
##########
@@ -174,6 +174,6 @@ export class AsyncQueue<TReadable = Uint8Array, TWritable = 
TReadable> extends R
         if (this._closedPromiseResolve) {
             return true;
         }
-        throw new Error(`${this} is closed`);
+        throw new Error(`AsyncQueue is closed`);

Review comment:
       Without this, I got an error like "could not stringily non primitive". 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to