Skip to content

Commit

Permalink
chore: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Mar 18, 2024
1 parent b339cd0 commit 26d61f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/dal/new-quotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let git;
try {
git = simpleGit(path.join(__dirname, PATH_TO_REPO));
} catch (e) {
console.error(`Failed to initialize git: ${e}`);
git = undefined;
}

Expand Down

0 comments on commit 26d61f5

Please sign in to comment.