Skip to content

Commit

Permalink
chore: make output message more meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Jul 5, 2024
1 parent ba11484 commit c60f9ba
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 @@ -115,7 +115,7 @@ console.log(`\nNumber of examples extracted: ${combinedData.length}\n`);

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

0 comments on commit c60f9ba

Please sign in to comment.