Created
July 1, 2020 11:03
-
-
Save velotiotech/477c4771ae5c7991c85b1aaae1d5a31a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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