vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Errors in .hyper.js are not caught #3717

Open ffflorian opened 5 years ago

ffflorian commented 5 years ago

Issue

When adding an undefined value in .hyper.js, I get this error window:

Screenshot from 2019-06-04 10-46-26

It would be better if hyper could catch this kind of error and display its own error message instead.

ffflorian commented 5 years ago

@zeit any update on this?