Handle deprecated calls to child_process with args

This commit is contained in:
Nick O'Leary
2025-07-04 14:59:58 +01:00
parent aadbbc96ee
commit b364f8f9b6
4 changed files with 20 additions and 4 deletions

View File

@@ -417,6 +417,7 @@ module.exports = {
log.trace("git init: "+JSON.stringify(result));
resolve(result);
}).catch(function(err) {
console.log(err)
log.trace("git init: git not found");
resolve(null);
});