Because Node.js 6.x does not have util.promisify, we need to make one substitution: // const fs_readdir = util.promisify(fs.readdir); const fs_readdir = dir ...
確定! 回上一頁