We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc24f2f commit eb22414Copy full SHA for eb22414
2 files changed
.changeset/fuzzy-evals-warn.md
@@ -0,0 +1,5 @@
1
+---
2
+"braintrust": patch
3
4
+
5
+fix: Correct the eval file extension shown in CLI directory warnings
js/src/cli/index.ts
@@ -719,7 +719,7 @@ async function collectFiles(
719
console.warn(
720
warning(
721
`Reading ${inputPath} because it was specified directly. Rename it to end in ${prefix}.ts or ` +
722
- `.${prefix}.js to include it automatically when you specify a directory.`,
+ `${prefix}.js to include it automatically when you specify a directory.`,
723
),
724
);
725
}
0 commit comments