top | item 44156903

(no title)

Vanit | 9 months ago

My favourite one was debugging a crash in an Electron app deployed to iOS. It turned out throwing an exception from a point event callback (deep in our app's code) was bubbling up into the device's kernel code.

discuss

order

rafram|9 months ago

> an Electron app deployed to iOS

Not possible, as far as I know.

t-writescode|9 months ago

maybe it was React Native? That does support iOS and it's close enough to "yet another Electron app" that there could be overlap in thought.