Skip to content

Commit

Permalink
fix(plugin): use correct property name for file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 11, 2024
1 parent be30aeb commit a24d995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export async function convertSignalInputsGenerator(
classProperty.remove();
}

tree.write(path, sourceFile.print());
tree.write(sourcePath, sourceFile.print());
}

if (contentsStore.withTransforms.size) {
Expand Down

0 comments on commit a24d995

Please sign in to comment.