Skip to content

Commit

Permalink
chore: remove process.exit(1)
Browse files Browse the repository at this point in the history
Changes:

- removed the mistakenly placed code block from the line
  • Loading branch information
AnimeshKumar923 committed Mar 24, 2024
1 parent abbda0d commit d2e81b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/validation/validate-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ if (filesWithErrors.length > 0) {
process.exit(1);
} else {
console.log('\nAll files validated successfully.');
process.exit(1);
}

0 comments on commit d2e81b1

Please sign in to comment.