Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c389adf

Browse files
committed
fixed exception
1 parent d572abe commit c389adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/coveralls_uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ if (process.env.COVERALLS_REPO_TOKEN) {
3838
});
3939
}
4040
else {
41-
throw new UserException("COVERALLS_REPO_TOKEN variable is not defined");
41+
throw "COVERALLS_REPO_TOKEN variable is not defined";
4242
}

0 commit comments

Comments
 (0)