mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-13 07:31:15 +01:00
Merge branch 'master' of github.com:IonicaBizau/git-stats
This commit is contained in:
commit
5eb97618ce
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ GitStats.record = function (data, callback) {
|
|||
}
|
||||
|
||||
if (typeof data.url !== "string" || !data.url) {
|
||||
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you didn't added the remote url. You can import the previous commits using the git-stats-importer tool."));
|
||||
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you haven't added the remote url. You can import the previous commits using the git-stats-importer tool."));
|
||||
return GitStats;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue