reberhardt7 / cplayground

GNU General Public License v3.0
115 stars 14 forks source link

Replace synchronous file operations with async versions #42

Open catzhang opened 4 years ago

catzhang commented 4 years ago

Fixes #27

catzhang commented 4 years ago

I wasn't too sure about best practices for throwing errors, logging to the console, and converting the readFile call, so please let me know what to change!