Fix platform update logic
This commit is contained in:
+2
-1
@@ -81,7 +81,8 @@ function stop(callback) {
|
||||
function onPlatformReady() {
|
||||
debug('onPlatformReady: platform is ready');
|
||||
exports._isReady = true;
|
||||
apps.resumeTasks(NOOP_CALLBACK);
|
||||
|
||||
apps.schedulePendingTasks(NOOP_CALLBACK);
|
||||
|
||||
applyPlatformConfig(NOOP_CALLBACK);
|
||||
pruneInfraImages(NOOP_CALLBACK);
|
||||
|
||||
Reference in New Issue
Block a user