mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
require node 14 as minimum
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user