rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 75 forks source link

Don't stop the game on browser extension's error #144

Closed krmbn0576 closed 6 years ago

krmbn0576 commented 6 years ago

SceneManager.onError catches all errors including browser extension's errors. But, game creators have no responsibility for browser extension's errors, and players want to continue the game without error. So, showing these errors should be suppressed.

wilfrem commented 6 years ago

:+1: