()
| 149 | } |
| 150 | |
| 151 | sendFileToApplication () { |
| 152 | if (this.file && global.application && global.application.isReady) { |
| 153 | global.application.handleFile(this.file) |
| 154 | this.file = EMPTY_STRING |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | handelAppReady () { |
| 159 | app.on('ready', () => { |
no test coverage detected