Error on Bitbucket diff pages
Created by: felixfbecker
Getting this on PRs in Bitbucket Server:
unable to get commitID from link Error: No element found matching a.commitid
at getCommitIDFromLink (scrape.ts:79)
at MapSubscriber.getDiffFileInfoFromCodeView [as project] (scrape.ts:169)
at MapSubscriber._next (map.ts:85)
at MapSubscriber.Subscriber.next (Subscriber.ts:100)
at Observable._subscribe (scalar.ts:6)
at Observable._trySubscribe (Observable.ts:232)
at Observable.subscribe (Observable.ts:211)
at MapOperator.call (map.ts:60)
at Observable.subscribe (Observable.ts:208)
at SwitchMapOperator.call (switchMap.ts:85)
Codeintel on added and unchanged lines works, but not on deleted.