We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f11620e + 7f15ac5 commit 336708cCopy full SHA for 336708c
1 file changed
test_modules/checkAll/check.js
@@ -72,7 +72,7 @@ module.exports = function(files, showprogressbar, callback) {
72
if (splitReport.length >= 3) {
73
//build error log
74
for (var i = 1; i <= splitReport.length - 2; i++) {
75
- var splitReason = splitReport[i].split('|');
+ var splitReason = splitReport[i].split(/\|(.+)/);
76
cntMdspell++;
77
logMdSpell += '\n\n > Error: \n file: ' + fname +
78
"\n line: " + splitReason[0] +
0 commit comments