Skip to content

Commit 5b251e9

Browse files
committed
clean up
1 parent aa26e4e commit 5b251e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/connection/client.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports =
155155
@ipc.reset()
156156

157157
clargs: ->
158-
{precompiled, optimisationLevel, deprecationWarnings} =
158+
{optimisationLevel, deprecationWarnings} =
159159
atom.config.get 'julia-client.juliaOptions'
160160
as = []
161161
as.push "--depwarn=#{if deprecationWarnings then 'yes' else 'no'}"

lib/runtime/modules.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module.exports =
153153
@subs.add(disposable)
154154
disposable
155155

156-
updateView: (m) ->
156+
updateView: (m = @_current) ->
157157
return unless @tile?
158158
if not m?
159159
@dom.style.display = 'none'

0 commit comments

Comments
 (0)