Remove handling for unused error code

This commit is contained in:
Kazuhito Yokoi 2019-08-06 19:30:05 +09:00
parent fe91295704
commit fde8548166
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ try {
if (err.code == "unsupported_version") {
console.log("Unsupported version of Node.js:",process.version);
console.log("Node-RED requires Node.js v8.9.0 or later");
} else if (err.code == "not_built") {
console.log("Node-RED has not been built. See README.md for details");
} else {
console.log("Failed to start server:");
if (err.stack) {