You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamline uses source-map-support to adjust stack traces with source map info. The problem is that source-map-support and coffee-script both monkey-patch Error.prepareStackTrace and they step into each other's shoes.