mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix typo
This commit is contained in:
@@ -18,7 +18,7 @@ describe 'crash-reporter module', ->
|
||||
afterEach -> w.destroy()
|
||||
|
||||
# It is not working on 64bit Windows.
|
||||
return if process.platform is 'win32' and process.arch is 'x64
|
||||
return if process.platform is 'win32' and process.arch is 'x64'
|
||||
|
||||
it 'should send minidump when renderer crashes', (done) ->
|
||||
@timeout 60000
|
||||
|
||||
Reference in New Issue
Block a user