Skip to content

Commit 0f80d1b

Browse files
committed
fix Download path
1 parent 8974efe commit 0f80d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_performance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ glob(pathToJasminePerformanceTests + '/*.js').then(function(files) {
101101
].join(',') + '\n';
102102
});
103103

104-
var failedCSV = pathToRoot + '../../../Downloads/failed.csv';
104+
var failedCSV = pathToRoot + '../Downloads/failed.csv';
105105
console.log('Saving:', failedCSV)
106106
console.log(str);
107107
fs.writeFileSync(failedCSV, str);

0 commit comments

Comments
 (0)