mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix JSHint errors.
This commit is contained in:
parent
392f1e49e5
commit
86adb4f359
11 changed files with 16 additions and 17 deletions
|
@ -17,7 +17,7 @@ util.inherits(RequirementMismatchError, Error)
|
|||
|
||||
module.exports.RequirementMismatchError = RequirementMismatchError
|
||||
|
||||
function AlreadyGroupedError(name) {
|
||||
function AlreadyGroupedError() {
|
||||
Error.call(this)
|
||||
this.name = 'AlreadyGroupedError'
|
||||
this.message = 'Already a member of another group'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue