We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e726e commit 9c662a1Copy full SHA for 9c662a1
scripts/generate-chart.js
@@ -7,7 +7,7 @@ if (!DATE) {
7
process.exit(1);
8
}
9
10
-const RESULTS_DIR = DATE;
+const RESULTS_DIR = path.resolve("results", DATE);
11
if (!fs.existsSync(RESULTS_DIR)) {
12
console.error(`Error: Results directory ${RESULTS_DIR} does not exist`);
13
0 commit comments