changeset 2975:d8a715a63e6f

#262 SessionKey refactoring typo
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Jan 2018 13:26:50 +0000
parents c2003d6716f8
children f2f0402a1e23
files js/core.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");