fix argument
This commit is contained in:
parent
7ee90d9a9c
commit
f2a0757e86
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user