Prefix logger.comment with /*L*/

This commit is contained in:
pyoor 2017-06-30 13:17:22 -07:00
parent 8d4093a7d4
commit b9c6fa0e42
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var logger = (function () { // eslint-disable-line no-unused-vars
}
function comment (msg) {
dumpln('/* ' + msg + ' */')
dumpln('/*L*/ /* ' + msg + ' */')
}
function separator () {