diff --git a/build/lib/gitPatcher.js b/build/lib/gitPatcher.js index f735a9341767..9a1353feb301 100644 --- a/build/lib/gitPatcher.js +++ b/build/lib/gitPatcher.js @@ -203,7 +203,7 @@ module.exports = class GitPatcher { ) try { await this.resetRepoFiles(allRepoPaths) - } catch { + } catch(error) { console.warn('There were some failures during git reset of specific repo paths: ', allRepoPaths.join(' ')) } this.logProgressLine('done.')