Files: 2d4523dffda72662b6872ac393ee20e811eee7b1 / sources / error.js
140 bytesRaw
1 | |
2 | //a stream that errors immediately. |
3 | module.exports = function error (err) { |
4 | return function (abort, cb) { |
5 | cb(err) |
6 | } |
7 | } |
8 | |
9 |
Built with git-ssb-web
1 | |
2 | //a stream that errors immediately. |
3 | module.exports = function error (err) { |
4 | return function (abort, cb) { |
5 | cb(err) |
6 | } |
7 | } |
8 | |
9 |
Built with git-ssb-web