Update packages/node_modules/@node-red/runtime/lib/storage/localfilesystem/projects/git/index.js

pull/5207/head
Nick O'Leary 2025-07-04 15:21:59 +01:00 committed by GitHub
parent 8430d6eb51
commit cf2af7988d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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);
});