mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 19:47:43 +01:00
This commit updates the panic hook implementation to log the panic message to stdout as well, which would make debugging easier. It is hightly possible that a panic may get ignored by us when we run Coco app in the dev mode (since the hook only writes msg to the panic log file).