Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

[fs] Fs object do not extends FSConstant #360

Merged
merged 1 commit into from
Feb 24, 2021
Merged

[fs] Fs object do not extends FSConstant #360

merged 1 commit into from
Feb 24, 2021

Conversation

exoego
Copy link
Owner

@exoego exoego commented Feb 24, 2021

Fs object does not have constant members, like S_IRUSR.
Instead, constants are exposed via the Fs.constants members.

This mistake was made in the original source. https://github.com/scalajs-io/nodejs/blob/5dd8ad399c19acff68a6409208ca0ac1a29f50b3/app/lts/src/main/scala/io/scalajs/nodejs/fs/Fs.scala#L26

@exoego exoego added the bug Something isn't working label Feb 24, 2021
@exoego exoego merged commit 692d113 into master Feb 24, 2021
@exoego exoego deleted the fs branch February 24, 2021 01:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant