diff --git a/lib/logging/console.js b/lib/logging/console.js index af4b253..82390ba 100644 --- a/lib/logging/console.js +++ b/lib/logging/console.js @@ -57,11 +57,11 @@ var logger = (function () { // eslint-disable-line no-unused-vars } function JSError (msg) { - error(comment('ERROR: ' + msg)) + error('/* ERROR: ' + msg + ' */') } function comment (msg) { - return '/* ' + msg + ' */' + dump('/* ' + msg + ' */') } function separator () {