Skip to content

Commit

Permalink
chore: remove "probably" from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 20, 2022
1 parent 496794d commit 9d4ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-utils/src/gitUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const getFileCommitDate = (

if (!output) {
throw new FileNotTrackedError(
`Failed to retrieve the git history for file "${file}" probably because the file is not tracked by git.`,
`Failed to retrieve the git history for file "${file}" because the file is not tracked by git.`,
);
}

Expand Down

0 comments on commit 9d4ada7

Please sign in to comment.