Currently the codemelted.js will throw canned JavaScript SyntaxError to signal a misuse of the module's API. This will not aid a Software Engineer attempting to utilize the module as to exactly what is failing. Search through the module's throw XXX logic and update with logger_log() calls to explain what part of the API was violated.
Currently the
codemelted.jswill throw canned JavaScriptSyntaxErrorto signal a misuse of the module's API. This will not aid a Software Engineer attempting to utilize the module as to exactly what is failing. Search through the module'sthrow XXXlogic and update withlogger_log()calls to explain what part of the API was violated.