diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 24a56ec82..3e196cb72 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -158,7 +158,7 @@ class AtomApplication ipc.on 'new-window', => @open() - ipc.on 'get-version', (event) -> + ipc.on 'get-version', (event) => event.result = @version sendCommand: (command) ->