Push dev work to master #2
|
@ -43,6 +43,9 @@ class Wifi {
|
|||
output.push(line)
|
||||
}
|
||||
}
|
||||
output = output.filter(ap => {
|
||||
if (ap !== '') return ap
|
||||
})
|
||||
return callback(null, output)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue