Skip to content

Commit 6dccb2c

Browse files
committed
x
1 parent b889625 commit 6dccb2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ func (s *StringArray) String() string {
276276
}
277277

278278
func parseTSProject(ctx context.Context, repoPath string, opts lang.ParseOptions, outputFlag *string) error {
279+
return fmt.Errorf("skipped parseTSProject for test")
279280
if outputFlag == nil {
280281
return fmt.Errorf("output path is required")
281282
}

0 commit comments

Comments
 (0)