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
This extract call doesn't emit close/error/finish and leads to a higher level exit being called. The onentry call does happen, but looking at the disk after everything exits, nothing was actually extracted.
ls -l bin-package/
total 0
-rw-rw-r-- 1 travis travis 0 Sep 23 20:53 index.node
Investigating mapbox/node-pre-gyp#477.
This extract call doesn't emit
close
/error
/finish
and leads to a higher level exit being called. Theonentry
call does happen, but looking at the disk after everything exits, nothing was actually extracted.Seems like this is directly related to isaacs/minipass#9
The text was updated successfully, but these errors were encountered: