Skip to content

Commit

Permalink
chore: 馃敤 log args
Browse files Browse the repository at this point in the history
  • Loading branch information
i7eo committed Jan 7, 2023
1 parent 8f95e6d commit dacd7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/cli/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import pkg from '../package.json'
// const readme = require('../README.md')

async function core(args: string[]) {
logger.info(args)

try {
checkPkgVersion()
checkNodeVersion()
Expand Down

0 comments on commit dacd7d4

Please sign in to comment.