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
In our code, if we use bthreads, and instead of using path.resolve on the Node.js side, and instead use bthreads.resolve, then it does not match the same behavior as the Node.js internal path.resolve would. I would think this should simply just use path.resolve if it was available, instead of ALSO layering on top toPath call here https://github.com/chjj/bthreads/blob/master/lib/internal/source.js#L78.
The text was updated successfully, but these errors were encountered:
In our code, if we use bthreads, and instead of using
path.resolve
on the Node.js side, and instead usebthreads.resolve
, then it does not match the same behavior as the Node.js internalpath.resolve
would. I would think this should simply just usepath.resolve
if it was available, instead of ALSO layering on toptoPath
call here https://github.com/chjj/bthreads/blob/master/lib/internal/source.js#L78.The text was updated successfully, but these errors were encountered: