mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
@@ -549,7 +549,7 @@ export class CellRange {
|
||||
}
|
||||
|
||||
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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user