Skip to content

Commit ae0dda5

Browse files
committed
Fixed v1 branch
1 parent 125cd31 commit ae0dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evalite/src/reporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export default class EvaliteReporter implements Reporter {
300300
if (errors.length > 0) {
301301
renderTask({
302302
logger: this.ctx.logger,
303-
result: {
303+
eval: {
304304
filePath: path.relative(this.ctx.config.root, mod.moduleId),
305305
status: "fail",
306306
scores: [],

0 commit comments

Comments
 (0)