Add a small note to a TODO.
Review URL: https://codereview.chromium.org//11644058 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16409 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
+3
-1
@@ -272,7 +272,9 @@ Future<List<String>> listDir(dir,
|
||||
file = join(dir, basename(file));
|
||||
contents.add(file);
|
||||
|
||||
// TODO(nweiz): don't manually recurse once issue 7358 is fixed.
|
||||
// TODO(nweiz): don't manually recurse once issue 7358 is fixed. Note that
|
||||
// once we remove the manual recursion, we'll need to explicitly filter
|
||||
// out files in hidden directories.
|
||||
if (recursive) {
|
||||
children.add(doList(new Directory(file), listedDirectories));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user