Skip to content

Commit bbf7104

Browse files
committed
workspace update in evalshow
1 parent df9b12f commit bbf7104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runtime/evaluation.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ module.exports =
4141
rtype = if cell? then "block" else resultsDisplayMode
4242
if rtype is 'console'
4343
evalshow({text, line: line+1, mod, path: edpath})
44+
notifications.show "Evaluation Finished"
45+
workspace.update()
4446
else
4547
r = null
4648
setTimeout (=> r ?= new @ink.Result editor, [start, end], {type: rtype, scope: 'julia', goto: scrollToResult}), 0.1

0 commit comments

Comments
 (0)