Snap
Snap copied to clipboard
Either a problem with the 'catch errors' or the 'colors and crayons' libraries
What I want to do is check if some text is the name of a color. I could of course scrap together a list of 100s (or is it 1000s) of names.
I think the problem is that SAFELY TRY doesn't catch user-code-generated errors.
I think the problem is that SAFELY TRY doesn't catch user-code-generated errors.
Correct! I've tried testing this and user-generated errors override the safely try blocks.