Commits


Benson Muite authored and Dominik Moritz committed b4bc846fcdf
ARROW-14452: [Release][JS] Update JavaScript testing Error message: + yarn run-s clean:all lint build yarn run v1.22.17 $ /tmp/arrow-6.0.0.BDnN3/apache-arrow-6.0.0/js/node_modules/.bin/run-s clean:all lint build events.js:377 throw er; // Unhandled 'error' event ^ Error: EBADF: bad file descriptor, read Emitted 'error' event on ReadStream instance at: at internal/fs/streams.js:173:14 at FSReqCallback.wrapper [as oncomplete] (fs.js:562:5) { errno: -9, code: 'EBADF', syscall: 'read' } error Command failed with exit code 1. Closes #11529 from bkmgit/ARROW-14452 Lead-authored-by: Benson Muite <benson_muite@emailplus.org> Co-authored-by: Benson Muite <bkmgit@users.noreply.github.com> Signed-off-by: Dominik Moritz <domoritz@gmail.com>