kotlingang/kds

Fix `parentFile` is not actually nullable in NodeJS target

Opened this issue · 0 comments

I don't know what is the return when there is no parent file, so I decided to put here a reduntant nullability modifier:

actual val parentFile: CommonFile? get() = CommonFile(pathModule.resolve(absolutePath, ".."))