Skip to content

Commit fbe23f1

Browse files
committed
Revert "probable fix for cycles on windows"
This reverts commit 47bb026
1 parent aab94fb commit fbe23f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/package.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class Package {
245245
return Ignore.listFiles(
246246
beneath: beneath,
247247
listDir: (dir) {
248-
var contents = Directory(resolve(dir)).listSync(recursive: true);
248+
var contents = Directory(resolve(dir)).listSync();
249249
if (!recursive) {
250250
contents = contents.where((entity) => entity is! Directory).toList();
251251
}

0 commit comments

Comments
 (0)