Skip to content

Commit 36b1138

Browse files
committed
[htmlify] progress report for per-routine files
1 parent a8994ba commit 36b1138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

htmlify.pl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,13 @@ (Bool :$debug, Bool :$typegraph = False)
186186
write-type-graph-images(:force($typegraph));
187187
write-search-file();
188188
write-index-file();
189-
say "Writing per-routine files...";
189+
say "Writing per-routine files";
190190
for %routines.kv -> $name, @chunks {
191191
write-routine-file(:$name, :@chunks);
192192
%routines.delete($name);
193+
print '.'
193194
}
194-
say "done writing per-routine files";
195+
say "\ndone writing per-routine files";
195196
}
196197

197198
sub chunks-grep(:$from!, :&to!, *@elems) {

0 commit comments

Comments
 (0)