mozrepl icon indicating copy to clipboard operation
mozrepl copied to clipboard

prints function() {...} instead of full function source

Open unhammer opened this issue 13 years ago • 0 comments

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?

unhammer avatar Sep 05 '12 08:09 unhammer