Skip to content

Commit 8c33f1b

Browse files
fix(jco): bug in runtime helpers preopens impl
1 parent 6f19794 commit 8c33f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jco/test/runtime/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export const wasi = {
4646
getStdout() {},
4747
},
4848
'wasi:filesystem/preopens': {
49-
getDirectores() {},
49+
getDirectories() {},
5050
},
5151
'wasi:filesystem/types': {
5252
Descriptor: class Descriptor {},
53-
filsystemErrorCode() {
53+
filesystemErrorCode() {
5454
return 0;
5555
},
5656
},

0 commit comments

Comments
 (0)