friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

sanity check for colon #66

Closed drewcovi closed 5 years ago

drewcovi commented 5 years ago

in some platforms (raspberry pi for instance) providing the iface option prepends that same iface declaration to the output. this is hanging up this loop as the very next line assumes every line has colons. this quick check will skip any lines without required colon delimiters.

friedrith commented 3 years ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.