Page 1 of 1

Error in help file

PostPosted: Tue Dec 01, 2020 7:13 am
by tonyedgecombe
In the using AppleScript or JavaScript section this:

Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:{color,flavor}}

should be:

Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:[color,flavor]}

Re: Error in help file

PostPosted: Tue Dec 01, 2020 11:34 am
by Mr_Noodle
AppleScript lists use {} not [].

Re: Error in help file

PostPosted: Tue Dec 01, 2020 5:19 pm
by tonyedgecombe
You are right, I didn't read it thoroughly enough.