We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984de61 commit 52f2ddeCopy full SHA for 52f2dde
src/commands/tsgen.ts
@@ -11,6 +11,7 @@ function createOutputPath(outputFile: string) {
11
sanitizePath(process.cwd()),
12
sanitizePath(outputFile),
13
)
14
+ console.log(outputPath,"Output Path is showed");
15
const dirName = path.dirname(outputPath)
16
17
fs.mkdirSync(dirName, {recursive: true})
0 commit comments