fix argument

This commit is contained in:
Girish Ramakrishnan 2016-06-14 12:31:48 -07:00
parent 7ee90d9a9c
commit f2a0757e86
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ Cloudron.prototype.updateApp = function (appId, manifestOrAppstoreId) {
};
Cloudron.prototype.restoreApp = function (appId, backup) {
process.stdout.write('Trying to restore to %j', backup);
process.stdout.write('Trying to restore to ' + JSON.stringify(backup));
var data = {
backupId: backup.id,