Skip to content

Commit

Permalink
fix: export constants from fs/promises
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jul 6, 2024
1 parent 0cb7325 commit 277441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elide/runtime/js/modules/fs/promises/fs-async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function internalsAccessor(): any {
/**
* File system constants
*/
const constants = {
export const constants = {
F_OK: 0,
R_OK: 4,
W_OK: 2,
Expand Down

0 comments on commit 277441c

Please sign in to comment.