* Check if the electerm binary has been extracted already
()
| 139 | * Check if the electerm binary has been extracted already |
| 140 | */ |
| 141 | function isElectermExtracted () { |
| 142 | const exePath = getElectermExePath() |
| 143 | return fs.existsSync(exePath) |
| 144 | } |
| 145 | |
| 146 | // --------------------------------------------------------------------------- |
| 147 | // Platform installers |
no test coverage detected