Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 89199a5095 - Show all commits

View File

@ -43,6 +43,9 @@ class Wifi {
output.push(line)
}
}
output = output.filter(ap => {
if (ap !== '') return ap
})
return callback(null, output)
})
}