We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466822b commit 69d3235Copy full SHA for 69d3235
1 file changed
ts-parser/src/index.ts
@@ -47,7 +47,7 @@ program
47
? JSON.stringify(repository, null, 2)
48
: JSON.stringify(repository);
49
50
- fs.writeFileSync(outputPath, jsonOutput);
+ //fs.writeFileSync(outputPath, jsonOutput);
51
52
console.log(`Successfully parsed repository`);
53
console.log(`Output written to: ${outputPath}`);
0 commit comments