We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2fea3 commit f50f6eeCopy full SHA for f50f6ee
core/wasmWasi/src/files/FileSystemWasm.kt
@@ -301,7 +301,7 @@ internal object WasiFileSystem : SystemFileSystemImpl() {
301
resultPtr = fdPtr.address.toInt()
302
)
303
304
- if (res != Errno.success) throw IOException("Can't read directory ${directory.path}: ${res.description}")
+ if (res != Errno.success) throw IOException("Can't open directory ${directory.path}: ${res.description}")
305
fdPtr.loadInt()
306
}
307
try {
0 commit comments