We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91656a0 commit cc8a151Copy full SHA for cc8a151
src/TreeSitter-CLanguage/TSCImporterVisitor.class.st
@@ -60,7 +60,7 @@ TSCImporterVisitor >> import: aFileReference [
60
aFileReference exists ifFalse: [
61
self error: aFileReference fullName , ' does not exist' ].
62
63
- aFileReference isFile
+ ^ aFileReference isFile
64
ifTrue: [ self importFromFile: aFileReference ]
65
ifFalse: [ self importFromFolder: aFileReference ]
66
]
0 commit comments