Skip to content

Commit 4b75e0a

Browse files
authored
IsThere missing when using-d modifier
``` git-stats -d repositories/cadexmus2 /var/www/html/node_modules/git-stats/bin/git-stats:104 if (!IsThere(GitStats.path)) { ^ ReferenceError: IsThere is not defined ```
1 parent 988895a commit 4b75e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/git-stats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Tilda = require("tilda")
1010
, Typpy = require("typpy")
1111
, Package = require("../package")
1212
, ReadJson = require("r-json")
13+
, IsThere = require("is-there")
1314
;
1415

1516
// Constants

0 commit comments

Comments
 (0)