diff options
-rw-r--r-- | lib/coderay/encoder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoder.rb b/lib/coderay/encoder.rb index 716f516..6e32e75 100644 --- a/lib/coderay/encoder.rb +++ b/lib/coderay/encoder.rb @@ -127,7 +127,7 @@ module CodeRay when :end_line end_line kind else - raise 'Unknown token content type: %p' % [content] + raise 'Unknown token content type: %p, kind = %p' % [content, kind] end end |