We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3fd3 commit 69e44d3Copy full SHA for 69e44d3
src/commands/tsgen.ts
@@ -11,8 +11,6 @@ function createOutputPath(outputFile: string) {
11
sanitizePath(process.cwd()),
12
sanitizePath(outputFile),
13
)
14
- console.log(outputPath,"Output Path is showed");
15
- console.log("Output File", outputFile)
16
const dirName = path.dirname(outputPath)
17
18
fs.mkdirSync(dirName, {recursive: true})
0 commit comments