-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined
in plugins
array causes Hyper to refuse to open windows, with no visible errors whatsoever
#1862
Comments
Hello, I would like to take up this issue. I haven't contributed to Hyper before. Would the #hyper channel on slack be a good place to get help? |
Do not hesitate to ask on #hyper channel. |
😂 comma prefixed, nice 👌 My linter would catch that. Yeah let's just do |
… the plugins list in the config.
… plugins list in the config.
Fixed in #1927 |
<'3 Thanks, @nitsakh! And welcome to open-source! |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: macOS Sierra 10.12.5 Beta (16F60a)
Hyper.app version: Hyper ** 1.3.3.1754**
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/ELLIOTTCABLE/678ad79704a104c8f29efcfaddd09e07
The issue is reproducible in vanilla Hyper.app: Yes
Issue
Having accidentally commented out the first element of a comma-prefixed
plugins
array in.hyper.js
,… I discovered that Hyper shows no errors, but refuses to open any windows.
Probably not a common mistake, or a huge problem, but I thought it'd be worth reporting. 😜
The text was updated successfully, but these errors were encountered: