Browse Source

Format test.js md results

pull/880/merge
nrew225 8 years ago
parent
commit
b343177b2f
  1. 2
      test.js

2
test.js

@ -25,7 +25,7 @@ function entryErrorCheck (md) {
console.log(entryArray[i].name + 'Failed.')
// entryArray[i].error = findError(entries[i]) //WIP
totalFail += 1
issuelog += entryArray[i].name + ' | <p>' + entries[i] + '</p>\\n'
issuelog += entryArray[i].name + ' | \<p\>' + entries[i] + '\<\/p\>\\n'
}
}
}

Loading…
Cancel
Save