[Utils > RequireNative] Tweak comments
This commit is contained in:
parent
2933c40ad6
commit
07f2bac29b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Custom requireNative as Electron >=17 breaks Module.globalPaths for some reason
|
// 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
|
// For Module Updater: get root path for all modules in globalPaths
|
||||||
|
|
||||||
const g = require('module').globalPaths;
|
const g = require('module').globalPaths;
|
||||||
|
|
Loading…
Reference in a new issue