Skip to content

Commit 53e55b7

Browse files
authored
Merge pull request #238 from justjoheinz/compiler-notifications
Send notifications during the type check process (:write-string)
2 parents 0bf88ab + 4d5a0ad commit 53e55b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/idris-model.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class IdrisModel
5858
delete @subjects[id]
5959
when ':write-string'
6060
msg = params[0]
61+
atom.notifications.addInfo msg
6162
subject.onNext
6263
responseType: 'write-string'
6364
msg: msg

0 commit comments

Comments
 (0)