()
| 401 | options.liveReload = true; |
| 402 | }, |
| 403 | invalid() { |
| 404 | log.info("App updated. Recompiling..."); |
| 405 | |
| 406 | // Fixes #1042. overlay doesn't clear if errors are fixed but warnings remain. |
| 407 | if (options.overlay) { |
| 408 | overlay.send({ type: "DISMISS" }); |
| 409 | } |
| 410 | |
| 411 | sendMessage("Invalid"); |
| 412 | }, |
| 413 | /** |
| 414 | * @param {string} hash hash |
| 415 | */ |
nothing calls this directly
no test coverage detected
searching dependent graphs…