mirror of
https://github.com/node-red/node-red.git
synced 2025-12-28 07:41:42 +01:00
Handle deprecated calls to child_process with args
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user