From 07f2bac29bc8c14722419efc2d7690b412b7fdaf Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 3 Apr 2022 22:17:29 +0100 Subject: [PATCH] [Utils > RequireNative] Tweak comments --- src/utils/requireNative.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/requireNative.js b/src/utils/requireNative.js index cfe8534..f7ca4ee 100644 --- a/src/utils/requireNative.js +++ b/src/utils/requireNative.js @@ -1,5 +1,5 @@ // Custom requireNative as Electron >=17 breaks Module.globalPaths for some reason -// For Updater v2: get direct path in globalPaths ("d") +// For Updater v2: get direct path in globalPaths (g[0]) // For Module Updater: get root path for all modules in globalPaths const g = require('module').globalPaths;