'use strict'; function readDir(file, opt, cb) { // Do nothing for now cb(null, file); } module.exports = readDir;