If you are not interested in the interactive console I/O and just really care about output of console.log then you can override console.log (and global.print alias) method to call previous implementation and also do something else with the arguments
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If you are not interested in the interactive console I/O and just really care about output of
console.log
then you can overrideconsole.log
(andglobal.print
alias) method to call previous implementation and also do something else with the arguments