Closed kitsunekyo closed 3 years ago
Error: When running the package through node via a promise, the package will output the license info. This info message will result in the promise failing, even though it shouldn't.
const speedtest = require("speedtest-net"); const OPTIONS = { acceptLicense: true, acceptGdpr: true, }; speedtest(OPTIONS) .then((result) => { console.log(result); }) .catch((e) => console.log(e));
Expected: It should just continue, as it would apparently (according to the info message)
Error: When running the package through node via a promise, the package will output the license info. This info message will result in the promise failing, even though it shouldn't.
Expected: It should just continue, as it would apparently (according to the info message)