Skip to content

Commit

Permalink
GitIndex: Mark that we cannot read the uid, gid in dart
Browse files Browse the repository at this point in the history
dart-lang/sdk#15078

Hopefully, this will be solved at some point.
  • Loading branch information
vHanda committed Apr 29, 2020
1 parent 23fac50 commit c6d13b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plumbing/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class GitIndexEntry {
break;
}

// Don't seem accessible in Dart
// Don't seem accessible in Dart -https://github.com/dart-lang/sdk/issues/15078
uid = 0;
gid = 0;

Expand Down

0 comments on commit c6d13b2

Please sign in to comment.