Skip to content

Commit 52f2dde

Browse files
committed
output path added
1 parent 984de61 commit 52f2dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/tsgen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function createOutputPath(outputFile: string) {
1111
sanitizePath(process.cwd()),
1212
sanitizePath(outputFile),
1313
)
14+
console.log(outputPath,"Output Path is showed");
1415
const dirName = path.dirname(outputPath)
1516

1617
fs.mkdirSync(dirName, {recursive: true})

0 commit comments

Comments
 (0)