Open
Description
In Quick Start:
Let’s make a mistake. Try evaluating
(ffirst [1])
. You should get a source mapped stack trace ...
But with recent changes stack traces are no longer printed by default:
ClojureScript 1.10.516
cljs.user=> (ffirst [1])
Execution error (Error) at (<cljs repl>:1).
1 is not ISeqable