We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 14.3 Sonoma
Hyper.app version: latest canary
Relevant information from devtools:
DevTools failed to load source map: Could not parse content for file:///hyper/target/xterm.js.map: Unexpected end of JSON input
DevTools attempts to load an xterm.js.map file from the target directory.
This is because xterm.js has this at the end of it:
//# sourceMappingURL=xterm.js.map
...which makes sense from xterm's perspective, but not from Hyper's.
Uncertain when exactly this started (I think it's been a while).
Two solutions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 14.3 Sonoma
Hyper.app version: latest canary
Relevant information from devtools:
Issue
DevTools attempts to load an xterm.js.map file from the target directory.
This is because xterm.js has this at the end of it:
//# sourceMappingURL=xterm.js.map
...which makes sense from xterm's perspective, but not from Hyper's.
Uncertain when exactly this started (I think it's been a while).
Two solutions:
The text was updated successfully, but these errors were encountered: