1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Adding a case for Firefox undefined bindings when checking validity.

This commit is contained in:
mike12345567 2021-08-06 15:32:55 +01:00
parent 9d32a3918d
commit 5afba2c394

View file

@ -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 '`]