From 4b75e0aaff207d6d7ca6fcc42062ebbbd795a33e Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Mon, 19 Dec 2016 17:53:23 +0100 Subject: [PATCH] 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 ``` --- bin/git-stats | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-stats b/bin/git-stats index e51c6a5..3516232 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -10,6 +10,7 @@ const Tilda = require("tilda") , Typpy = require("typpy") , Package = require("../package") , ReadJson = require("r-json") + , IsThere = require("is-there") ; // Constants