Fix correct names

This commit is contained in:
soulgalore 2021-01-13 11:00:03 +01:00
parent fa0f9e0126
commit ad48728a08
1 changed files with 2 additions and 0 deletions

View File

@ -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 +