fn()

in index.js [250:253]


            fn(function _noRetry() {
                // Ignore errors
                cb.apply(cb, [null].concat(Array.prototype.slice.call(arguments, 1)));
            });