| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9f3d2f6 commit 2fcf851
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -354,6 +354,11 @@ function userInfo(options) { | |||
| 354 | 354 | if (user === undefined) | |
| 355 | 355 | throw new ERR_SYSTEM_ERROR(ctx); | |
| 356 | 356 | ||
| 357 | + if (isWindows) { | ||
| 358 | + user.uid |= 0; | ||
| 359 | + user.gid |= 0; | ||
| 360 | + } | ||
| 361 | + | ||
| 357 | 362 | return user; | |
| 358 | 363 | } | |
| 359 | 364 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments