Skip to content

Commit

Permalink
Fixes init for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Feb 26, 2020
1 parent 74ed395 commit 150f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/gitPatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit 150f940

Please sign in to comment.