mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
* importModule(Path): make tests pass (TODO: importLibraryModule with non-existent path)
This commit is contained in:
parent
cd4ed8765b
commit
d31a88206c
@ -37,8 +37,6 @@ class ModuleImporter(private val program: Program,
|
||||
}
|
||||
else
|
||||
println("")
|
||||
if(!Files.isReadable(filePath))
|
||||
throw ParsingFailedError("No such file: $filePath")
|
||||
|
||||
val module = Prog8Parser.parseModule(filePath)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user