stritti / log4js

Log4js - The Logging Framework for JavaScript with no runtime dependencies
https://stritti.github.io/log4js/
Apache License 2.0
449 stars 57 forks source link

Completely fails to load due to mismatched curly brace #18

Closed damoncasale closed 6 years ago

damoncasale commented 8 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.

stritti commented 6 years ago

Not reproducable.