toshi0383 / TVMLKitchen

Swifty TVML template manager with or without client-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace kitchenLaunchErrorHandler with kitchenErrorHandler in Kitchen.prepare method

toshi0383 opened this issue · comments

The kitchenLaunchErrorHandler is useless because there is no network operation occurs when launching Kitchen.
I think just kitchenErrorHandler is better. It should get called whatever errors occurs in Kitchen(both JS and Swift) context.