chinchang/screenlog.js

Preserve console functions

princejwesley opened this issue · 2 comments

console functions should be preserved.

let clog = console.log;
..
function log() {
  ..
  clog.apply(console, arguments);
}
Tatsh commented

Would like to see this too.

this has been fixed in #10 and is available in 0.1.3