function o(i){ writeOutput(i); } function verify(comp, verify_prop){ try{ obj = createObject("component", comp); if ( structKeyExists(obj, verify_prop) ){ o("

👍🏻 #comp# is in working order

"); return true; }else{ o("

🤔 #comp# is reachable but doesn't have the expected structure.

"); return false; } }catch(any e){ o("

❌ PROBLEM with #comp#

"); o("

We're having trouble locating and verifying taffy.core.api. Click to expand the error below and try to resolve it. If you get stuck, the best place to ask for help is in the CFML Slack, in the ##taffy channel.

"); writeDump(var: e, label: "ERROR for #comp#", expand: false); return false; } }
Taffy: Verify Install

🍬 Taffy is correctly installed and ready to use!