Skip to content

Commit

Permalink
fix(os): return back userInfo.gid not guid
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Nov 18, 2020
1 parent 14045d3 commit a70bbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Resources/ti.internal/extensions/node/os.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const OS = {
userInfo: () => { // fake it!
return {
uid: -1,
guid: -1,
gid: -1,
username: Ti.Platform.username,
homedir: Ti.Filesystem.applicationDataDirectory,
shell: null
Expand Down

0 comments on commit a70bbe3

Please sign in to comment.