This commit is contained in:
Johannes Zellner
2017-04-18 17:33:17 +02:00
parent cec52e14f6
commit 5ccca76b17

View File

@@ -217,7 +217,7 @@ function removeBackup(apiConfig, backupId, appBackupIds, callback) {
var filePath = getBackupFilePath(apiConfig, id);
fs.unlink(filePath, function (error) {
if (error) console.error('Unable to remove %s. Not fatal.', filePath, safe.error);
if (error) console.error('Unable to remove %s. Not fatal.', filePath, error);
callback();
});
}, callback);