npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

`&&` missing in `examples/pipe.js` at line 7 #29

Closed duzun closed 9 years ago

duzun commented 9 years ago

I guess there is a missing && operator

return !this.basename.match(/^\./) &&
       !this.basename.match(/^node_modules$/)  <-- here
       !this.basename.match(/^deep-copy$/)