clean up weird regenerator formatting, only one instance, heaps more to go!
This commit is contained in:
@@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user