Use single line comment
This commit is contained in:
parent
5c6593b973
commit
d167b49fba
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) {
|
||||
dumpln('/*L*/ /* ' + msg + ' */')
|
||||
dumpln('/*L*/ // ' + msg)
|
||||
}
|
||||
|
||||
function separator () {
|
||||
|
|
Loading…
Reference in a new issue