mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix atom.getVersion.
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user