Add files via upload

This commit is contained in:
Orz-zrO 2020-03-09 00:15:27 +08:00 committed by GitHub
parent 56dd41bdec
commit 7144834946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1897,7 +1897,7 @@ control.prototype.getSave = function (index, callback) {
callback(core.saves.autosave.data);
}, function(err) {
main.log(err);
callback(null,-1);
callback(null);
});
}
return;