Is there a way to suppress the Atom.jl (0.7.8) error messsages?
Background: running a script with cos(1:2)
gives the usual REPL error message (which I want) followed by a stracktrace [1] to [12] which seem to refer to Atom.jl (which I don’t want). It starts with
[1] top-level scope at none:0
[2] include_string(::Module, ::String, ::String) at .\loading.jl:1005 :
[3] (::getfield(Atom, Symbol("##129#135")){String,String,Module})() at C:\Users\USER\.julia\packages\Atom\7rQ1O\src\eval.jl:125
...