Open karl0ss opened 4 years ago
Only seems to work is i wrap in a async function
const drivelist = require('drivelist');
async function test () {
const drives = await drivelist.list();
console.log(drives);
}
test()
Duplicate of #365 ?
Using your example on npmjs.org
Gives me