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
The symlink stream is just a through2-stream that we call .resume() on before returning. Now that we have the special "sink" logic for .dest(), we can use that for symlink also. Will also need tests.