You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using fstat to test whether the file is seekable. This function
fails on standard streams under Windows with node 18 (and lower). See
libuv/libuv#3811. So, we just assume that the
file is not seekable in case an exception is risen.
0 commit comments