diff --git a/lib/init.coffee b/lib/init.coffee index e9d050c..280e412 100644 --- a/lib/init.coffee +++ b/lib/init.coffee @@ -185,7 +185,7 @@ module.exports = .then (output) => messages = @parseMessages(output) for message in messages - message.text = textEditor.text + ' (DTD)' + message.text += ' (DTD)' message.filePath = textEditor.getPath() return messages