Fix correct names
This commit is contained in:
parent
fa0f9e0126
commit
ad48728a08
|
|
@ -65,6 +65,7 @@ module.exports = {
|
|||
newPath +
|
||||
'/' +
|
||||
name +
|
||||
'.' +
|
||||
this.options.browser +
|
||||
'.' +
|
||||
this.options.browsertime.connectivity.profile +
|
||||
|
|
@ -82,6 +83,7 @@ module.exports = {
|
|||
return this.storageManager.writeDataToDir(
|
||||
data,
|
||||
name +
|
||||
'.' +
|
||||
this.options.browser +
|
||||
'.' +
|
||||
this.options.browsertime.connectivity.profile +
|
||||
|
|
|
|||
Loading…
Reference in New Issue