From 2bff4df4be235913da72fe1928e834d5b7d05f4a Mon Sep 17 00:00:00 2001 From: Jihoon Yi <44565599+baramofme@users.noreply.github.com> Date: Sat, 10 May 2025 20:50:24 +0900 Subject: [PATCH] Update security.js fix wrong typo --- lib/security.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/security.js b/lib/security.js index 1e490eb..3ba833b 100644 --- a/lib/security.js +++ b/lib/security.js @@ -14,7 +14,7 @@ function __BOOL_TO_DWORD__(x) { } // Check 'Run as administrator' -function isElevated = function() { +var isElevated = function() { try { CreateObject("WScript.Shell").RegRead("HKEY_USERS\\s-1-5-19\\"); return true;