fix: improve error handling in BooleanBlocks#6137
fix: improve error handling in BooleanBlocks#6137mishtiagrawal02-cloud wants to merge 9 commits intosugarlabs:masterfrom
Conversation
|
❌ Some Jest tests failed. Please check the logs and fix the issues before merging. Failed Tests: |
|
✅ All Jest tests passed! This PR is ready to merge. |
|
@mishtiagrawal02-cloud please don't change license header |
|
✅ All Jest tests passed! This PR is ready to merge. |
|
@Jetshree Thanks for the feedback! I’ve reverted the commit that modified the license header and pushed the update. Please let me know if anything else needs to be changed. |
|
@mishtiagrawal02-cloud in the file changes i can see that the license header is completely removed. |
vanshika2720
left a comment
There was a problem hiding this comment.
Thanks for the improvements to BooleanBlocks error handling.
However, the license header in BooleanBlocks.test.js appears to have been removed. Please restore it.
|
@vanshika2720 Thanks for pointing that out! I've restored the original license header in |
|
✅ All Jest tests passed! This PR is ready to merge. |
Description
This PR improves error handling in
BooleanBlocks.js.Changes Made
activity.errorMsgNOINPUTERRORMSGwhere appropriate for consistent error reportingWhy this change
Previously some blocks could fail silently or rely on console debugging.
This update ensures errors are handled consistently through the existing
activity.errorMsgsystem.Files Modified
Testing
PR Category