mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -549,7 +549,7 @@ export class CellRange {
|
|||||||
}
|
}
|
||||||
|
|
||||||
constructor(start: number, end: number) {
|
constructor(start: number, end: number) {
|
||||||
if (typeof (start) !== 'number' || typeof (start) !== 'number' || start < 0 || end < 0) {
|
if (typeof (start) !== 'number' || typeof (end) !== 'number' || start < 0 || end < 0) {
|
||||||
throw new Error('Invalid arguments');
|
throw new Error('Invalid arguments');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user