From d765e4c61997f3eaa3fa759b489416df598c7dc8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 6 Dec 2019 12:39:46 -0800 Subject: [PATCH] add a note --- src/apps.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.js b/src/apps.js index 3ce8c4709..816ff8ad2 100644 --- a/src/apps.js +++ b/src/apps.js @@ -1368,6 +1368,7 @@ function repair(appId, data, auditSource, callback) { requiredState: null }; + // maybe split this into a separate route like reinstall? if (errorState === exports.ISTATE_PENDING_INSTALL || errorState === exports.ISTATE_PENDING_CLONE) { task.args = { overwriteDns: true }; if (data.manifest) {