Skip to content

Commit f9a5593

Browse files
committed
fix linter
1 parent f7c4281 commit f9a5593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ namespace ts {
927927

928928
public getEmitOutputObject(fileName: string): any {
929929
return forwardCall(
930-
this.logger,
930+
this.logger,
931931
`getEmitOutput('${fileName}')`,
932932
/*returnJson*/ false,
933933
() => this.languageService.getEmitOutput(fileName),

0 commit comments

Comments
 (0)