remove console log of path
This commit is contained in:
@@ -5,6 +5,5 @@ import { run } from './main'
|
||||
import minimist from 'minimist'
|
||||
|
||||
const path = minimist(process.argv.slice(2)).path || '.'
|
||||
console.log(path)
|
||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
||||
run(path)
|
||||
|
||||
Reference in New Issue
Block a user