Skip to content

Commit

Permalink
fix: remove italic from log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Apr 5, 2022
1 parent f99a538 commit 4e5c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Make {
const controller = await new File(path, content).create()

CtxLogger.success(
`Controller ({yellow,italic} "${controller.name}") successfully created.`,
`Controller ({yellow} "${controller.name}") successfully created.`,
)
}

Expand Down

0 comments on commit 4e5c04e

Please sign in to comment.