kipr / harrogate

The IDE for the Wombat
GNU General Public License v3.0
5 stars 10 forks source link

fix: added callback #95

Closed justinmerrell closed 3 years ago

justinmerrell commented 3 years ago

The new version of writeFile requires a callback.

https://nodejs.org/api/fs.html#fs_fs_writefile_file_data_options_callback

justinmerrell commented 3 years ago

Along with fixing the writeFile callback, I merged two of the dependabot PRs