DEV Community

Discussion on: Refactoring node.js (Part 1)

Collapse
 
orekav profile image
Orekav

There is a very small mistake in the FS code with Promisify

You are repeating "const readFile" twice.

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice catch, thanks! It's fixed.