Skip to content

Commit 69d3235

Browse files
committed
test: fault injection
1 parent 466822b commit 69d3235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts-parser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ program
4747
? JSON.stringify(repository, null, 2)
4848
: JSON.stringify(repository);
4949

50-
fs.writeFileSync(outputPath, jsonOutput);
50+
//fs.writeFileSync(outputPath, jsonOutput);
5151

5252
console.log(`Successfully parsed repository`);
5353
console.log(`Output written to: ${outputPath}`);

0 commit comments

Comments
 (0)