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
Run this on windows and if somefolder contains a symbolic link, it is saved to the tarball using backslashes between folders and not front slashes. This is because that is what fs.readlink returns.
The text was updated successfully, but these errors were encountered:
tar.c({file: 'somefile.tar'}, ['somefolder'])
Run this on windows and if
somefolder
contains a symbolic link, it is saved to the tarball using backslashes between folders and not front slashes. This is because that is what fs.readlink returns.The text was updated successfully, but these errors were encountered: