From 16e7a2e81db39b7ff8e777b324934e1190b24e47 Mon Sep 17 00:00:00 2001 From: juanescarraga <32574306+juanescarraga@users.noreply.github.com> Date: Tue, 12 Nov 2019 14:31:56 -0500 Subject: [PATCH] Code refactor --- lib/network.js | 1 + 1 file changed, 1 insertion(+) 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; } }