Prefix logger.comment with /*L*/
This commit is contained in:
parent
8d4093a7d4
commit
b9c6fa0e42
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ var logger = (function () { // eslint-disable-line no-unused-vars
|
||||||
}
|
}
|
||||||
|
|
||||||
function comment (msg) {
|
function comment (msg) {
|
||||||
dumpln('/* ' + msg + ' */')
|
dumpln('/*L*/ /* ' + msg + ' */')
|
||||||
}
|
}
|
||||||
|
|
||||||
function separator () {
|
function separator () {
|
||||||
|
|
Loading…
Reference in a new issue