Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/477c4771ae5c7991c85b1aaae1d5a31a to your computer and use it in GitHub Desktop.
Save velotiotech/477c4771ae5c7991c85b1aaae1d5a31a to your computer and use it in GitHub Desktop.
var fileReadPromise = fs.readFile(filePath);
fileReadPromise.then(console.log, console.error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment