require node 14 as minimum

This commit is contained in:
Alfred Wärnsäter
2021-08-20 14:22:11 +02:00
parent c27d604780
commit 5c635f17a7
3 changed files with 67 additions and 235 deletions
-1
View File
@@ -465,7 +465,6 @@ global.installCopy = function(sourcePath, useSudo)
global.spawnJake = function(/*String*/ aTaskName)
{
//if (systemSync(serializedENV() + " " + "npx --node-options='--inspect-brk' objj-jake" + " " + aTaskName))
if (systemSync(serializedENV() + " " + "jake" + " " + aTaskName)) {
console.log("exited in spawnJake with error");
process.exit(1); //rake abort if ($? != 0)