spec: Fix refreshing on Windows
This commit is contained in:
parent
d70706f876
commit
c4ee8c1b1f
1 changed files with 2 additions and 1 deletions
|
@ -53,5 +53,6 @@ describe 'crash-reporter module', ->
|
||||||
protocol: 'file'
|
protocol: 'file'
|
||||||
pathname: path.join fixtures, 'api', 'crash.html'
|
pathname: path.join fixtures, 'api', 'crash.html'
|
||||||
search: "?port=#{port}"
|
search: "?port=#{port}"
|
||||||
crashReporter.start {'submitUrl': 'http://127.0.0.1:' + port}
|
if process.platform is 'darwin'
|
||||||
|
crashReporter.start {'submitUrl': 'http://127.0.0.1:' + port}
|
||||||
w.loadUrl url
|
w.loadUrl url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue