Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 29, 2024
1 parent 2b4f459 commit fc27c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/scripts/validate_notebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const run = async () => {
if (issueStrings.length) {
const issues = issueStrings.join("\n");
console.error(issues);
const err = new Error("Found type errors in new notebook:");
const err = new Error("Found type errors in new notebook.");
(err as any).details = issues;
throw err;
}
Expand Down

0 comments on commit fc27c70

Please sign in to comment.