Split node html to isolate bad nodes when loading

This commit is contained in:
Nick O'Leary
2018-05-11 22:30:57 +01:00
parent d49c7a3adb
commit 2d5980ff2a
4 changed files with 34 additions and 9 deletions

View File

@@ -106,7 +106,8 @@
"lostConnectionTry": "Try now",
"cannotAddSubflowToItself": "Cannot add subflow to itself",
"cannotAddCircularReference": "Cannot add subflow - circular reference detected",
"unsupportedVersion": "Using an unsupported version of Node.js<br/>You should upgrade to the latest Node.js LTS release"
"unsupportedVersion": "<p>Using an unsupported version of Node.js</p><p>You should upgrade to the latest Node.js LTS release</p>",
"failedToAppendNode": "<p>Failed to load '__module__'</p><p>__error__</p>"
}
},
"clipboard": {