mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Update compile pipeline and fix eslint (#16129)
* Update pipelines * eslint * Fix layering * update tsec exemption
This commit is contained in:
@@ -207,8 +207,7 @@ export class CellSelectionModel<T> implements Slick.SelectionModel<T, Array<Slic
|
||||
let i = 0;
|
||||
while (true) {
|
||||
if (i++ > 10000) {
|
||||
console.error('InsertIntoSelection infinite loop: Report this error on github');
|
||||
break;
|
||||
throw new Error('InsertIntoSelection infinite loop');
|
||||
}
|
||||
let shouldContinue = false;
|
||||
for (let current of newRanges) {
|
||||
|
||||
Reference in New Issue
Block a user