diff --git a/lib/network.js b/lib/network.js index c939f30..1323b7e 100644 --- a/lib/network.js +++ b/lib/network.js @@ -332,6 +332,7 @@ function getWindowsIEEE8021x(connectionType, iface) { } } catch (error) { + console.log(error); return i8021x; } }