()
| 197 | } |
| 198 | |
| 199 | async onExit() { |
| 200 | await this.transCon.onExit(); |
| 201 | await tracker.flush(); |
| 202 | this.config.save(); |
| 203 | this.shortcut.unregister(); |
| 204 | app.exit(); //这里必须是exit,不然就会死锁 |
| 205 | } |
| 206 | |
| 207 | postSet(identifier: Identifier, value: any): boolean { |
| 208 | switch (identifier) { |
no test coverage detected