From 65b048f7f39adf99d969dc9959c1fae172e50757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=82=A8=ED=98=84?= Date: Sun, 15 Nov 2020 05:37:37 +0900 Subject: [PATCH] Update wmi.js --- lib/wmi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wmi.js b/lib/wmi.js index 0be04fa..4050f6f 100644 --- a/lib/wmi.js +++ b/lib/wmi.js @@ -3,7 +3,7 @@ //////////////////////////////////////////////////////////////////////// var WMIClassObject = function() { - this.interface = new WMIObject(); + this.interface = (new WMIQueryObject()).interface; this.class = null; this.className = ""; this.method = null;