(message: string)
| 33 | } |
| 34 | |
| 35 | function log(message: string): void { |
| 36 | console.log(`[desktop] ${message}`); |
| 37 | } |
| 38 | |
| 39 | function configureApplicationMenu(): void { |
| 40 | if (process.platform !== 'darwin' && app.isPackaged) { |
no outgoing calls
no test coverage detected