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
```
This commit is contained in:
Yoan Blanc 2016-12-19 17:53:23 +01:00 committed by GitHub
parent 988895afef
commit 4b75e0aaff
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const Tilda = require("tilda")
, Typpy = require("typpy")
, Package = require("../package")
, ReadJson = require("r-json")
, IsThere = require("is-there")
;
// Constants