# HG changeset patch # User Nicholas Jillings # Date 1515763610 0 # Node ID d8a715a63e6f2efd80a0a9810f5c2f7b8bfa4e0f # Parent c2003d6716f863228559f568fc408db833da115a #262 SessionKey refactoring typo diff -r c2003d6716f8 -r d8a715a63e6f js/core.js --- a/js/core.js Fri Jan 12 13:24:26 2018 +0000 +++ b/js/core.js Fri Jan 12 13:26:50 2018 +0000 @@ -3787,7 +3787,7 @@ throw ("Cannot save as key == null"); } this.parent.finish(); - requestChains.then(postUpdate()).then(function () { + return requestChains.then(postUpdate()).then(function () { console.log("OK"); }, function () { createProjectSave("local");