Here, the readFilePromise is exactly the same as readFile . You could just do: const readFile = util.promisify(fs.readFile);.
確定! 回上一頁