Closed mfds closed 5 years ago
When putting the 'onConsoleMessage' callback on the options object your 'console.log' calls will be injected in the right place
Simply providing:
onConsoleMessage: { fn: function (msg) { console.log('CONSOLE', msg); } }
in options still doesn't seem to work...
options
When putting the 'onConsoleMessage' callback on the options object your 'console.log' calls will be injected in the right place