Add node.js version to --version output

This commit is contained in:
Nick O'Leary
2024-05-17 17:13:50 +01:00
parent d58127730f
commit a6973bd7ed

View File

@@ -103,6 +103,7 @@ if (parsedArgs.help) {
if (parsedArgs.version) {
console.log("Node-RED v"+RED.version())
console.log("Node.js "+process.version)
process.exit()
}