From 45d444df0e1a2d3b825e0002e403a3ea4cc0e7ac Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 17 Aug 2015 21:30:56 -0700 Subject: [PATCH] leave a note about force_update --- src/appdb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appdb.js b/src/appdb.js index af895237d..ba4329c29 100644 --- a/src/appdb.js +++ b/src/appdb.js @@ -335,6 +335,7 @@ function setInstallationCommand(appId, installationState, values, callback) { // Rules are: // uninstall is allowed in any state + // force update is allowed in any state including pending_uninstall! (for better or worse) // restore is allowed from installed or error state // update and configure are allowed only in installed state