* Get the path to the extracted electerm executable
()
| 128 | * Get the path to the extracted electerm executable |
| 129 | */ |
| 130 | function getElectermExePath () { |
| 131 | if (plat === 'win32') { |
| 132 | return join(extractDir, 'electerm.exe') |
| 133 | } |
| 134 | // Linux and macOS (if extracted) |
| 135 | return join(extractDir, 'electerm') |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Check if the electerm binary has been extracted already |
no outgoing calls
no test coverage detected