Skip to content

Commit 51bcd99

Browse files
committed
Readme fix
1 parent fd54764 commit 51bcd99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Hard refresh the Android wifi scan, implemented using `BroadcastReceiver` to ens
173173
wifi.reScanAndLoadWifiList((wifiStringList) => {
174174
var wifiArray = JSON.parse(wifiStringList);
175175
console.log('Detected wifi networks - ',wifiArray);
176+
},(error)=>{
177+
console.log(error);
176178
});
177179
```
178180

0 commit comments

Comments
 (0)