diff --git a/lib/utils.coffee b/lib/utils.coffee index a3f42e3..7730414 100755 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -509,7 +509,7 @@ module.exports = Utils = result = result.replace('
', '').replace('
', '') # Extract our segments from the pygmentized source. - highlighted = "\n#{result}\n".split ///.*.*/// + highlighted = "\n#{result}\n".split ///.*.*/// if highlighted.length != segments.length console.log(result)