Skip to content

Commit

Permalink
--sort-time wouldn't work if LD input wasn't fully minified (thanks J…
Browse files Browse the repository at this point in the history
…ohn Piasetzki)
  • Loading branch information
hoytech committed Dec 18, 2014
1 parent 6d28c8a commit b3e59a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/log-defer-viz
Expand Up @@ -215,7 +215,7 @@ while (my $file = shift) {

if ($opt->{'sort-time'}) {
while (<$fh>) {
if (/"start":([\d.]+)/) {
if (/"start":\s*([\d.]+)/) {
print $sort_in_fh "$1$_";
}
}
Expand Down

0 comments on commit b3e59a6

Please sign in to comment.