Open ExperiBass opened 3 years ago
Why don't you write a wrapper function that returns a Promise? Just curious :)
i would, am busy with other code and life
PR welcome, i hate async/await stuff :D
I need to check if all the code respect callback(err, result) so we can add a layer using native nodejs promisify().
I love evilscan, its the only module thats actually good enough for what i need to do. the only issue is, i cant just
await
the scan and return the data to other parts of the code that could use the data.