Update system.js

This commit is contained in:
Namhyeon Go 2020-07-08 04:38:34 +09:00
parent dee71fc0f6
commit 5e277df3c5

View File

@ -11,7 +11,7 @@ var scope = {
var SHELL = require('lib/shell');
var WSH = CreateObject("WScript.Shell");
var WMI = GetObject("winmgmts:\\\\.\\root\\CIMV2");
var FSO = new ActiveXObject("Scripting.FileSystemObject");
var FSO = CreateObject("Scripting.FileSystemObject");
scope.isElevated = function() {
try {