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 df9b12f commit bbf7104Copy full SHA for bbf7104
lib/runtime/evaluation.coffee
@@ -41,6 +41,8 @@ module.exports =
41
rtype = if cell? then "block" else resultsDisplayMode
42
if rtype is 'console'
43
evalshow({text, line: line+1, mod, path: edpath})
44
+ notifications.show "Evaluation Finished"
45
+ workspace.update()
46
else
47
r = null
48
setTimeout (=> r ?= new @ink.Result editor, [start, end], {type: rtype, scope: 'julia', goto: scrollToResult}), 0.1
0 commit comments