Skip to content

Commit c6d13b2

Browse files
committed
GitIndex: Mark that we cannot read the uid, gid in dart
dart-lang/sdk#15078 Hopefully, this will be solved at some point.
1 parent 23fac50 commit c6d13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plumbing/index.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class GitIndexEntry {
224224
break;
225225
}
226226

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

0 commit comments

Comments
 (0)