Skip to content

Commit

Permalink
Remove bad throw
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Feb 25, 2018
1 parent 7111b1d commit a06ec3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/dsl/DangerDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ export class DangerDSL {
this.github = platformDSL
case "BitBucketServer":
this.bitbucket_server = platformDSL
default:
throw new Error(`Unable to construct DangerDSL for platform "${name}"`)
}
}
}

0 comments on commit a06ec3d

Please sign in to comment.