If there is a difference in the hjson then send a message back

This commit is contained in:
Caleb James DeLisle
2016-03-25 14:26:31 +01:00
parent f62ec85a4c
commit 669bcc1935

View File

@@ -200,7 +200,7 @@ define([
var shjson2 = JSON.stringify(Convert.core.hyperjson.fromDOM(inner)); var shjson2 = JSON.stringify(Convert.core.hyperjson.fromDOM(inner));
if (shjson2 !== shjson) { if (shjson2 !== shjson) {
throw new Error("change after conversion"); rti.propogate(shjson2);
} }
}; };