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
What's happening is that pth.resolve() is returning a /full/path/to/the/entry, but it does not start with 'targetPath' since 'targetPath' is relative as shown above.
The text was updated successfully, but these errors were encountered:
Extracting to a relative directory worked in 0.4.7, but now in 0.4.8 it causes an error.
Looks like the code throwing the error is
What's happening is that pth.resolve() is returning a /full/path/to/the/entry, but it does not start with 'targetPath' since 'targetPath' is relative as shown above.
The text was updated successfully, but these errors were encountered: