Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change text for unmarshallable hash value to '...' to match unmarshal…
…lable objects
  • Loading branch information
japhb committed Apr 9, 2013
1 parent 8051900 commit ccaae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -572,7 +572,7 @@ sub DUMP(|args (*@args, :$indent-step = 4, :%ctx?)) {
for $topic {
@pieces.push: $_.key ~ ' => ' ~ DUMP($_.value, :$indent-step, :%ctx);
}
CATCH { default { @pieces.push: '(unmarshallable)' } }
CATCH { default { @pieces.push: '...' } }
}

@pieces.DUMP-PIECES($id ~ '(', :$indent-step);
Expand Down

0 comments on commit ccaae41

Please sign in to comment.