Fix typo
This commit is contained in:
parent
b5450801d0
commit
03bdd8814e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue