()
| 509 | } |
| 510 | |
| 511 | private async handleSetDefault(msg: Api.Message, path?: string) { |
| 512 | const db = await this.getDb(); |
| 513 | if (!path) { |
| 514 | // 清空默认路径,恢复为宿主机路径 |
| 515 | await db.update((data) => { |
| 516 | data.defaultPath = ""; |
| 517 | }); |
no outgoing calls
no test coverage detected