NodeMC / CORE

Core of NodeMC, including stock dashboard and setup files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6: Use async/await

jaredallard opened this issue · comments

Well, since node 7 pretty much supports this out of the box, why not use async/await? This would make the code much more structurally sound and more synchronous like, less callbacks and less });

If no issues, I'll probably do this while I'm on a train for 7 hours without internet on Saturday.

/cc @gmemstr @md678685

commented

See #37 and branch v6-optimize.

See master now.