Closed bumbleblym closed 9 years ago
Exception in template helper: TypeError: Cannot read property 'replace' of undefined at MongoInspector_Colorize
Occurs in your example too.
you should add a guard to check
if (! (typeof json === "undefined"))
Bumbleblym, thanks for the report.
Thanks Lars, that patch did it!
Pushing up a new version shortly.
Exception in template helper: TypeError: Cannot read property 'replace' of undefined at MongoInspector_Colorize
Occurs in your example too.