[Pkg-javascript-commits] [node-coveralls] 170/332: improve warning messaging when the repo token is not found.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 952600839d17f57c2e9b2c6228437e962d2594b9
Author: Gregg Caines <gregg at caines.ca>
Date: Sun Jun 22 07:42:47 2014 -0700
improve warning messaging when the repo token is not found.
---
lib/getOptions.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/getOptions.js b/lib/getOptions.js
index bd4a83c..b75bb96 100644
--- a/lib/getOptions.js
+++ b/lib/getOptions.js
@@ -75,7 +75,8 @@ var getBaseOptions = function(cb){
}
}
} catch(ex){
- logger.warn("Repo token could not be determined. Continuing without it.");
+ logger.warn("Repo token could not be determined. Continuing without it." +
+ "This is necessary for private repos only, so may not be an issue at all.");
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list