clean up weird regenerator formatting, only one instance, heaps more to go!

This commit is contained in:
Sebastian McKenzie
2014-11-17 13:56:42 +11:00
parent c54f530b10
commit 7bd1337ee8

View File

@@ -1133,8 +1133,6 @@ Ep.explodeExpression = function(path, ignoreResult) {
return self.contextProperty("sent");
default:
throw new Error(
"unknown Expression of type " +
JSON.stringify(expr.type));
throw new Error("unknown Expression of type " + JSON.stringify(expr.type));
}
};