Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Apr 11, 2015
1 parent b545080 commit 03bdd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-crash-reporter-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03bdd88

Please sign in to comment.