diff --git a/lib/decode.js b/lib/decode.js index c3990cf..0b25e64 100644 --- a/lib/decode.js +++ b/lib/decode.js @@ -46,8 +46,9 @@ decode.find = function( chr ) { } throw new Error( - 'Invalid data: Missing delimiter "' + String.fromCharCode( chr ) + - '" [0x' + chr.toString( 16 ) + '] at offset 0x' + i.toString( 16 ) + ' (' + i + ')' + 'Invalid data: Missing delimiter "' + + String.fromCharCode( chr ) + '" [0x' + + chr.toString( 16 ) + ']' ) }