()
| 11 | import osLocale from 'os-locale'; |
| 12 | |
| 13 | const 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 | |
| 18 | let spawn: typeof npSpawn; |
| 19 | try { |
no outgoing calls
no test coverage detected