Skip to content

Commit 9bac43e

Browse files
authored
chore: gtfosemanticpr (#161)
1 parent 71b33a5 commit 9bac43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/range.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class Range implements sourcegraph.Range {
5050
}
5151

5252
if (!start || !end) {
53-
throw new Error('Invalid arguments')
53+
throw new Error('Invalid arguments: make sure they are numbers or Points')
5454
}
5555

5656
if (start.isBefore(end)) {

0 commit comments

Comments
 (0)