hyper: JavaScript error in main process
Seems to be triggered by the hypterterm-1password plugin, so it might be a problem with that extension. Figured I’d share it anyhow, since probably this shouldn’t be possible anyway.
Uncaught Exception:
Error: watch /Users/isaacs/.node-spawn-wrap-24946-c86a459da0b6 ENOENT
at exports._errnoException (util.js:949:11)
at FSWatcher.start (fs.js:1433:19)
at Object.fs.watch (fs.js:1460:11)
at Gaze._watchDir (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:288:30)
at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:357:10
at iterate (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:69:5)
at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:78:11
at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/gaze.js:422:5
at iterate (/Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:69:5)
at /Applications/HyperTerm.app/Contents/Resources/app/node_modules/gaze/lib/helper.js:78:11
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 4
- Comments: 30 (9 by maintainers)
Commits related to this issue
- Ignore file watch errors. Fixes GH-225 — committed to shama/hyper by shama 8 years ago
- Ignore file watch errors. Fixes GH-225 (#893) — committed to vercel/hyper by shama 8 years ago
- Merge branch 'master' into fix_resize_glitch * master: chore(package): update electron to version 1.4.5 (#949) add onRendererWindow, because it actually available. check ./lib/utils/plugins.js:19... — committed to chabou/hyper by chabou 8 years ago
- Ignore file watch errors. Fixes GH-225 (#893) — committed to tylerong/hyper by shama 8 years ago
Getting the exact same error when I try to use
nycI can confirm that this is still present on 0.8.2 using the method I described above to reproduce.
I have the same issue with nyc without the 1password plugin.
I no longer believe that this is related to
hypterterm-1password. It’s definitely got something to do with spawn-wrap and nyc. Not clear how those are causing this error, though.