shime / codewars

A missing command line client for Codewars API
http://codewars.com/
44 stars 7 forks source link

Porting code to node 10 #9

Closed maurelio1234 closed 6 years ago

maurelio1234 commented 6 years ago

A couple of functions fail in node 10 because the callback to some fs functions is now mandatory.

I added a callback when necessary and added node 10.6 as testing target.

vvscode commented 6 years ago

@shime ?