mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Update packages/node_modules/@node-red/runtime/lib/storage/localfilesystem/projects/git/index.js
This commit is contained in:
@@ -417,7 +417,6 @@ 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