tidev / ti.worker

Use Multi-Threading / Worker Threads in Appcelerator Titanium.
Other
96 stars 27 forks source link

Ti.API.info Not Exposed #3

Closed allenhartwig closed 7 years ago

allenhartwig commented 12 years ago

I am unable to log to the console within the worker file. Ti.API.info throws a parse error.

allenhartwig commented 12 years ago

This seems to be an issue with SDK 2.1.0. It works on 2.0.2.

hansemannn commented 7 years ago

Works fine in my test cases. Used Ti.API.info('test'); in the worker file and it got displayed properly.