Skip to content

Instantly share code, notes, and snippets.

@welll
Created March 14, 2017 09:22
Show Gist options
  • Save welll/640de6c65cde22693a20e8f5f7c9a0b3 to your computer and use it in GitHub Desktop.
Save welll/640de6c65cde22693a20e8f5f7c9a0b3 to your computer and use it in GitHub Desktop.
AvenueCode - Blog Post
/* missing a RETURN statement */
fs.readFile(`${filePath}`, (err, data) => {
if (err) {
console.log(`Error reading file: ${filePath}`)
}
//...
//code
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment