ccgus / CocoaScript

JavaScript + the Cocoa frameworks, and then ObjC brackets show up to party as well.
Other
618 stars 58 forks source link

Is there any way to get errors? #36

Closed corysimmons closed 8 years ago

corysimmons commented 8 years ago

I'm new to all Sketch plugin dev. I've been setting all my code to error:nil.

How can I actually get the errors? I think it'd help me understand what I'm screwing up... :^(

ccgus commented 8 years ago

See what's popping up in Console.app. Sketch can setup error handlers on their end, I don't know if it's doing that or not though.