MCPcopy
hub / github.com/vercel/hyper / createNodePtyError

Function createNodePtyError

app/session.ts:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import osLocale from 'os-locale';
12
13const createNodePtyError = () =>
14 new Error(
15 '`node-pty` failed to load. Typically this means that it was built incorrectly. Please check the `readme.md` to more info.'
16 );
17
18let spawn: typeof npSpawn;
19try {

Callers 2

session.tsFile · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected