Bug fix, promise not resolving.

Jonathan Frederic 12 years ago
parent cfc45918bb
commit 61ebd40206

@ -120,6 +120,7 @@ define([
} catch (e) {
console.log("Exception handling comm msg: ", e, e.stack, msg);
}
return Promise.resolve(comm);
});
};

Loading…
Cancel
Save