Fix missing whitespaces in error message
This commit is contained in:
@@ -30,7 +30,7 @@ Handlebars.Exception = require("handlebars/utils").Exception;
|
||||
|
||||
var verifyMatch = function(open, close) {
|
||||
if(open.original !== close.original) {
|
||||
throw new Handlebars.Exception(open.original + "doesn't match" + close.original);
|
||||
throw new Handlebars.Exception(open.original + " doesn't match " + close.original);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user