Skip to content

Commit

Permalink
fix: modify output message
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Jul 5, 2024
1 parent b196b73 commit 8c0e78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validation/embedded-examples-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ console.log(`\nNumber of examples extracted: ${combinedData.length}\n`);

Promise.all(validationPromises)
.then(() => {
console.log('\n\nValidation Complete! Check logs for any errors/warnings');
console.log('\n\nAll files are valid!');
})
.catch((error) => {
console.error('Error during validations:', error);
Expand Down

0 comments on commit 8c0e78c

Please sign in to comment.