add note for resuming tasks

This commit is contained in:
Girish Ramakrishnan
2016-06-21 10:33:38 -05:00
parent dfa4d093f7
commit fbf7e6804f

View File

@@ -85,6 +85,8 @@ function waitForPendingTasks(callback) {
function resumeTasks(callback) {
callback = callback || NOOP_CALLBACK;
debug('resuming tasks');
appdb.getAll(function (error, apps) {
if (error) return callback(error);