GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Bump generic-filehandle to put URL in error messages #4464

Closed cmdcolin closed 4 months ago

cmdcolin commented 4 months ago

incorporates https://github.com/GMOD/generic-filehandle/pull/112

cmdcolin commented 4 months ago

apparently fails the NCList test for some reason. NCList might have some sort of sensitivity to how errors are formatted ...

cmdcolin commented 4 months ago

The NCList sensitivity was due to explicit checking of error.status and error.code. New nclist version was published to remedy that checks the error message contents instead. Sort of a tricky hack. could potentially restore the status/code onto the remoteFile object errors...