mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-16 08:58:32 +01:00
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:
parent
988895afef
commit
4b75e0aaff
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ const Tilda = require("tilda")
|
|||
, Typpy = require("typpy")
|
||||
, Package = require("../package")
|
||||
, ReadJson = require("r-json")
|
||||
, IsThere = require("is-there")
|
||||
;
|
||||
|
||||
// Constants
|
||||
|
|
Loading…
Reference in a new issue