We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baf47c2 + e14cb80 commit 1e89886Copy full SHA for 1e89886
src/comm.jl
@@ -168,7 +168,12 @@ function handlemsg(t, args...)
168
rethrow()
169
end
170
else
171
- @warn("Atom.jl: unrecognised message $t.")
+ @warn("""
172
+ Atom.jl: unrecognised message `$t`.
173
+ Please make sure your Atom and Julia packages are in sync.
174
+ - Try `using Pkg; Pkg.update()` to update this package.
175
+ - Check for `julia-client` updates in Atom.
176
+ """, _id=t, maxlog=1)
177
callback ≠ nothing && msg("cancelCallback", callback)
178
179
0 commit comments