Skip to content

Commit

Permalink
fix: pass the parser into the fileContentGenerator instead of prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Dec 12, 2021
1 parent 1fa8a9b commit bce47a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/core/GeneratedFileWriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class GeneratedFileWriter {
// Create the file content from the generated classnames
const fileContentTemplate = new FileContentGenerator(
generatedClassnames,
configParser.getPrefix(),
configParser,
).generateFileContent();

// Resolve the custom classes import path relative to the output file
Expand Down

0 comments on commit bce47a8

Please sign in to comment.