()
| 480 | sendMessage("StillOk"); |
| 481 | }, |
| 482 | ok() { |
| 483 | sendMessage("Ok"); |
| 484 | |
| 485 | if (options.overlay) { |
| 486 | overlay.send({ type: "DISMISS" }); |
| 487 | } |
| 488 | |
| 489 | reloadApp(options, status); |
| 490 | }, |
| 491 | /** |
| 492 | * @param {string} file changed file |
| 493 | */ |
nothing calls this directly
no test coverage detected