gillstrom / battery-level

Get current battery level

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'length' of undefined

Lujaw opened this issue · comments

commented

when using the cli on lenovo laptop, it gives the following error

Cannot read property 'length' of undefined
on this file
battery-level/index.js:24
res = res.percentage.slice(0, res.percentage.length);

@Lujaw, what OS are you on? If you log res, do you get any output?

@Lujaw could you try again after 1.3.0?

Going to close this due to inactivity.