Skip to content

Instantly share code, notes, and snippets.

@popovkos
Created July 21, 2019 10:07
Show Gist options
  • Save popovkos/a65432d144a6567b4e0be9e7f8ec9699 to your computer and use it in GitHub Desktop.
Save popovkos/a65432d144a6567b4e0be9e7f8ec9699 to your computer and use it in GitHub Desktop.
fs.readFile('/folder/somefile', (err, data) => {
if (err) throw err;
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment