ciufudean

Results 2 issues of ciufudean

**Describe the bug** I am following the instructions at [https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript](https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript) to run the examples server. `node server.js` crashes with ``` e:\temp\dropbox-sdk-js\examples\javascript>node server.js e:\temp\dropbox-sdk-js\node_modules\rollup-endpoint\index.js:15 throw Error('[rollup-endpoint] File does not exist: '...

bug

`ConcurrentSetQueue#poll()` contains a call to `set.spliterator()` whose results is not used, so I suspect it can be removed.