Skip to content
Snippets Groups Projects
Commit 3a078cc6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: program was stopped after few seconds when UPnP was no more available

parent 5be88143
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,7 @@ module.exports = ($scope, BMA, UIUtils, summary, bmapi, ws) => { ...@@ -72,6 +72,7 @@ module.exports = ($scope, BMA, UIUtils, summary, bmapi, ws) => {
try { try {
yield bmapi.network.peering.self(); yield bmapi.network.peering.self();
} catch (e) { } catch (e) {
console.log(e);
$scope.should_reconfigure = true; $scope.should_reconfigure = true;
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment