Skip to content

Commit

Permalink
Update src/cli/services/linter/linter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Mar 11, 2020
1 parent 593d250 commit 36f5f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/services/linter/linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export async function lint(documents: Array<number | string>, flags: ILintConfig
source: 'File not found',
range: {
start: { line: 0, character: 0 },
end: { line: 1, character: 1 },
end: { line: 0, character: 0 },
},
};
results.unshift(errorFileNotFound);
Expand Down

0 comments on commit 36f5f15

Please sign in to comment.