You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticunprivilegedHomeDirectory(){if(process.platform==='win32'){returnos.homedir()}else{// Linuxesque: return non-root home folder even if invoked via sudo.constaccountsFolder=os.platform()==='darwin' ? 'Users' : 'home'return`/${accountsFolder}/${Util.unprivilegedAccountName()}`}}
From: lib/Util.js: