sindresorhus/gulp-tar






The issue has been solved
Fix broken test #23
sindresorhus posted onGitHub
https://github.com/sindresorhus/gulp-tar/blob/e54fb9f43490460641be4af147775c72308c0f7f/test.js#L93 currently errors out with:
1) should include directories:
Uncaught Error: already started
at Cloneable.clone (node_modules/cloneable-readable/index.js:38:11)
at File.clone (node_modules/vinyl/index.js:117:30)
at map (node_modules/vinyl-map/index.js:32:17)
at BufferList._callback (node_modules/vinyl-map/index.js:26:7)
at BufferList.end (node_modules/bl/bl.js:104:10)
at Cloneable.onend (node_modules/readable-stream/lib/_stream_readable.js:499:10)
at endReadableNT (node_modules/readable-stream/lib/_stream_readable.js:920:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)