Skip to content

Commit

Permalink
- fix for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko committed Feb 12, 2020
1 parent ac82124 commit e957a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ const typescript: PluginImpl<Partial<IOptions>> = (options) =>
tsModule.sys.writeFile(fileName, entry.text, entry.writeByteOrderMark);
}
else
{
{
const relativePath = relative(pluginOptions.cwd, fileName);
context.debug(() => `${blue("emitting declarations")} for '${key}' to '${relativePath}'`);
this.emitFile({
Expand Down

0 comments on commit e957a89

Please sign in to comment.