Skip to content

Commit cae08e6

Browse files
authored
Update llms-txt-validation.js
1 parent 41b063a commit cae08e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llms-txt-validation.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ return fetch('/llms.txt')
1111
return 1;
1212
});
1313
})
14-
.catch(()=>0);
14+
.catch(error => {
15+
return JSON.stringify({message: error.message, error: error});
16+
});

0 commit comments

Comments
 (0)