fs.promises.readFile("./arquivos/texto1.md") .then(function(text) { console.log(""+text); }) .catch(function(error) { console.log(error); })
fs.promises.readFile("./arquivos/texto1.md") .then(function(text) { console.log(""+text); }) .catch(function(error) { console.log(error); })
resolvido