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.
1 parent aa26e4e commit 5b251e9Copy full SHA for 5b251e9
lib/connection/client.coffee
@@ -155,7 +155,7 @@ module.exports =
155
@ipc.reset()
156
157
clargs: ->
158
- {precompiled, optimisationLevel, deprecationWarnings} =
+ {optimisationLevel, deprecationWarnings} =
159
atom.config.get 'julia-client.juliaOptions'
160
as = []
161
as.push "--depwarn=#{if deprecationWarnings then 'yes' else 'no'}"
lib/runtime/modules.coffee
@@ -153,7 +153,7 @@ module.exports =
153
@subs.add(disposable)
154
disposable
- updateView: (m) ->
+ updateView: (m = @_current) ->
return unless @tile?
if not m?
@dom.style.display = 'none'
0 commit comments