Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d572abe commit c389adfCopy full SHA for c389adf
1 file changed
.travis/coveralls_uploader.js
@@ -38,5 +38,5 @@ if (process.env.COVERALLS_REPO_TOKEN) {
38
});
39
}
40
else {
41
- throw new UserException("COVERALLS_REPO_TOKEN variable is not defined");
+ throw "COVERALLS_REPO_TOKEN variable is not defined";
42
0 commit comments