1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00

fix(std/wasi): return errno::success from fd_tell (#6636)

This commit is contained in:
Casper Beyer 2020-07-06 09:38:48 +08:00 committed by GitHub
parent 3b4260dc54
commit 714b894370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -934,7 +934,7 @@ export default class Module {
return ERRNO_INVAL;
}
return ERRNO_NOSYS;
return ERRNO_SUCCESS;
},
fd_write: (