Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 103a5f1

Browse files
committed
Rename rangeFromLineNumber to generateRange
1 parent eb7b74c commit 103a5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070
messages.push({
7171
type,
7272
filePath,
73-
range: helpers.rangeFromLineNumber(textEditor, line, col),
73+
range: helpers.generateRange(textEditor, line, col),
7474
html: linkifyErrorCode(match[4]),
7575
});
7676
}

0 commit comments

Comments
 (0)