mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2024-11-30 02:46:52 +01:00
test.js md formatting
This commit is contained in:
parent
91683ea08b
commit
6f2f58ec5f
2
test.js
2
test.js
@ -25,7 +25,7 @@ function entryErrorCheck (md) {
|
|||||||
console.log(entryArray[i].name + 'Failed.')
|
console.log(entryArray[i].name + 'Failed.')
|
||||||
// entryArray[i].error = findError(entries[i]) //WIP
|
// entryArray[i].error = findError(entries[i]) //WIP
|
||||||
totalFail += 1
|
totalFail += 1
|
||||||
issuelog += entryArray[i].name + ' | <pre><code>' + entries[i] + '</code></pre>\\n'
|
issuelog += entryArray[i].name + ' | ' + entries[i] + '\\n'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user