Fix typo
This commit is contained in:
@@ -494,6 +494,6 @@ function transformLiteralToPath(sexpr) {
|
||||
var literal = sexpr.path;
|
||||
// Casting to string here to make false and 0 literal values play nicely with the rest
|
||||
// of the system.
|
||||
sexpr.path = new AST.PathExpression(false, 0, [literal.original+''], literal.original+'', literal.log);
|
||||
sexpr.path = new AST.PathExpression(false, 0, [literal.original+''], literal.original+'', literal.loc);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user