Files: 7aa21412f6c0bd6b84022d67ff8e51711eddb510 / util / abortCb.js
131 bytesRaw
1 | module.exports = function abortCb(cb, abort, onAbort) { |
2 | cb(abort) |
3 | onAbort && onAbort(abort === true ? null: abort) |
4 | return |
5 | } |
6 | |
7 |
Built with git-ssb-web
1 | module.exports = function abortCb(cb, abort, onAbort) { |
2 | cb(abort) |
3 | onAbort && onAbort(abort === true ? null: abort) |
4 | return |
5 | } |
6 | |
7 |
Built with git-ssb-web