Skip to content

Commit

Permalink
Capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Dec 24, 2023
1 parent 0ae7551 commit e13a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ generatorHandler({
})
}
logger.info(
`${options.dmmf.datamodel.enums.length} models generated in ${
`${options.dmmf.datamodel.enums.length} Models generated in ${
Date.now() - modelStart
}ms`
)
Expand Down

0 comments on commit e13a20d

Please sign in to comment.