diff --git a/index.js b/index.js index 131d93d..873f68a 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ var _ = require('lodash'); * @param {Array} opts.recordStatusCodes Array of two integers e.g. [200, 300) indicating the range of acceptable status codes for recording tapes * @param {Boolean} opts.noRecord if true, requests will return a 404 error if the tape doesn't exist * @returns {Function} - */ + **/ module.exports = function (host, opts) { assert(opts.dirname, 'You must provide opts.dirname');