Change hard error to verbose warning if using old node.js level

This commit is contained in:
Nick O'Leary
2017-01-14 23:57:39 +00:00
parent d146ff8794
commit 4b64aad5ce
4 changed files with 16 additions and 6 deletions

View File

@@ -77,7 +77,8 @@
"lostConnectionReconnect": "Lost connection to server, reconnecting in __time__s.",
"lostConnectionTry": "Try now",
"cannotAddSubflowToItself": "Cannot add subflow to itself",
"cannotAddCircularReference": "Cannot add subflow - circular reference detected"
"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"
}
},
"clipboard": {