Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Commit dd4c2f8

Browse files
author
roman.vasilev
committed
fix: Pass sourceText parameter to service getSource
1 parent f89ed79 commit dd4c2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom-linter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export class CustomLinter extends TSLintLinter {
1818
return super.getSourceFile(fileName, source);
1919
}
2020
const service = typescriptService();
21-
return service.getSourceFile(fileName);
21+
return service.getSourceFile(fileName, source);
2222
}
2323
}

0 commit comments

Comments
 (0)