load webadmin after migration

This commit is contained in:
Girish Ramakrishnan
2016-06-29 23:41:42 -05:00
parent 9c8166a2b8
commit f2c897a87d
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ var assert = require('assert'),
// otherwise no such operation is currently ongoing
var progress = {
update: null,
backup: null
backup: null,
migrate: null
};
// We use -1 for percentage to indicate errors