[Utils > RequireNative] Tweak comments

This commit is contained in:
Ducko 2022-04-03 22:17:29 +01:00
parent 2933c40ad6
commit 07f2bac29b
1 changed files with 1 additions and 1 deletions

View File

@ -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;