mozrepl
mozrepl copied to clipboard
prints function() {...} instead of full function source
When I type e.g. repl.look (without parens), I just get function(){...} instead of the full source. How can I get the full source pretty-printed as in https://www.youtube.com/watch?v=5RSnHN6S52c, without using toSource?