remove console log of path

This commit is contained in:
ddivad195
2024-01-26 21:31:48 +00:00
parent 4e9f7acdee
commit 814845b943
-1
View File
@@ -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)