Catch error loop detection nls

This commit is contained in:
Nick O'Leary
2015-06-15 15:13:35 +01:00
parent 5fbaca75b4
commit 99a51b07ac
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,8 @@
},
"flow": {
"unknown-type": "Unknown type: __type__",
"missing-types": "missing types"
"missing-types": "missing types",
"error-loop": "Message exceeded maximum number of catches"
},
"index": {
"unrecognised-id": "Unrecognised id: __id__",