ci: add a change
This commit is contained in:
parent
1dd11c99cc
commit
8d5ab908fc
@ -112,7 +112,7 @@ class ResolvedDeclarationEmitter {
|
||||
emit(): string {
|
||||
const sourceFile = this.program.getSourceFiles().find(sf => sf.fileName === this.fileName);
|
||||
if (!sourceFile) {
|
||||
throw new Error(`Source file "${this.fileName}" not found`);
|
||||
throw new Error(`Source file "${this.fileName}" not found `);
|
||||
}
|
||||
|
||||
let output: string[] = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user