Closed SpikeHD closed 4 years ago
Based on #25, this rewrites all major functionality in a way that removes plenty of .then()s and replaces them with awaits. Makes the code cleaner and sometimes easier to read.
.then()
await
Based on #25, this rewrites all major functionality in a way that removes plenty of
.then()
s and replaces them withawait
s. Makes the code cleaner and sometimes easier to read.