Skip to content

Commit f69f235

Browse files
committed
Added verbose message
1 parent 12de875 commit f69f235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ class PackageCommand extends Command {
460460
}
461461

462462
Future<void> cleanupDir(Directory directory, List<String> filesGlobs) async {
463+
verbose("Cleanup directory ${directory.path}: $filesGlobs");
463464
await cleanupDirRecursive(
464465
directory, filesGlobs.map((g) => Glob(g.replaceAll("\\", "/"))));
465466
}

0 commit comments

Comments
 (0)