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()
|
afterEach -> w.destroy()
|
||||||
|
|
||||||
# It is not working on 64bit Windows.
|
# 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) ->
|
it 'should send minidump when renderer crashes', (done) ->
|
||||||
@timeout 60000
|
@timeout 60000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue