mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Error message displays tag name
This commit is contained in:
@@ -475,7 +475,7 @@ Spacebars.parse = function (inputString, options) {
|
||||
}
|
||||
|
||||
if (! isTopLevel && ! block.closeTag)
|
||||
error("Unclosed `" + block.openTag.name +
|
||||
error("Unclosed `" + block.openTag.path.join('.') +
|
||||
"` tag at top level");
|
||||
|
||||
return block;
|
||||
|
||||
Reference in New Issue
Block a user