Adding a case for Firefox undefined bindings when checking validity.
This commit is contained in:
parent
9d32a3918d
commit
5afba2c394
|
@ -126,6 +126,7 @@ module.exports.isValid = string => {
|
|||
"object",
|
||||
"array",
|
||||
"cannot read property",
|
||||
"undefined",
|
||||
]
|
||||
// this is a portion of a specific string always output by handlebars in the case of a syntax error
|
||||
const invalidCases = [`expecting '`]
|
||||
|
|
Loading…
Reference in New Issue