async function validate(jsonPath, arrowPath) { const files = await Promise.all([ fs.promises.readFile(arrowPath), fs.promises.readFile(jsonPath, 'utf8') ...
確定! 回上一頁