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",
|
"object",
|
||||||
"array",
|
"array",
|
||||||
"cannot read property",
|
"cannot read property",
|
||||||
|
"undefined",
|
||||||
]
|
]
|
||||||
// this is a portion of a specific string always output by handlebars in the case of a syntax error
|
// this is a portion of a specific string always output by handlebars in the case of a syntax error
|
||||||
const invalidCases = [`expecting '`]
|
const invalidCases = [`expecting '`]
|
||||||
|
|
Loading…
Reference in New Issue