Closed damoncasale closed 6 years ago
Line 2238 in log4js.js has an unmatched traiing curly brace:
Log4js.PatternLayout.prototype = Log4js.extend(new Log4js.Layout(), {
That curly brace matches the one on line 2365. There's an additional one on line 2366 and a closing paren.
Not reproducable.
Line 2238 in log4js.js has an unmatched traiing curly brace:
Log4js.PatternLayout.prototype = Log4js.extend(new Log4js.Layout(), {
That curly brace matches the one on line 2365. There's an additional one on line 2366 and a closing paren.