Suppress (Atom.jl) error messages?

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     
...

That was just an oversight on my part – should be fixed with
https://github.com/JunoLab/Atom.jl/commit/29f386b402cb4506f4d71be654d52bb0b783bbad

New Atom.jl version will be out soonish.