Skip to content

Commit

Permalink
fix(molecule): directly output generated code to console
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Aug 5, 2024
1 parent 3cf82d9 commit 241c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/molecule/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ function outputSingleToConsole(schemaFile: string) {
codegenOption
);

console.log(generated);
console.log(generated.code);
}

0 comments on commit 241c244

Please sign in to comment.