mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
More ipc-renderer fixes
This commit is contained in:
@@ -173,7 +173,7 @@ class AtomReporter
|
||||
listen document, 'click', '.stack-trace', (event) ->
|
||||
event.currentTarget.classList.toggle('expanded')
|
||||
|
||||
@reloadButton.addEventListener('click', -> require('ipc-main').send('call-window-method', 'restart'))
|
||||
@reloadButton.addEventListener('click', -> require('ipc-renderer').send('call-window-method', 'restart'))
|
||||
|
||||
updateSpecCounts: ->
|
||||
if @skippedCount
|
||||
|
||||
Reference in New Issue
Block a user