Skip to content

Commit

Permalink
escape symbol "|"
Browse files Browse the repository at this point in the history
  • Loading branch information
wareczek committed Apr 10, 2016
1 parent 0a766b2 commit 8e5db5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
err.column,
err.severity === 'error' ? 'Error' : 'Warning',
err.linter,
err.message
err.message.replace('\'', '|\'')
)
);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lesshint-reporter-teamcity",
"version": "1.0.2",
"version": "1.0.3",
"description": "TeamCity reporter for lesshint.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 8e5db5a

Please sign in to comment.