This repository was archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
fs.readdir / fs.readdirSync do not list correct files #453
Comments
Oh no, this is really bad. Thanks for catching this, I’ll take a look during the weekend. |
I have the similar problem on
|
Hello, great work on Lumo! I was trying to write some scripts today and it seems this issue is still unresolved.
Is there any ETA for the fix, or is there any underlying problem that blocks this from easily getting fixed? Thanks |
This would seem as if the CWD is not properly set/propagated?
EDIT: nevermind, it works for The interesting thing is that it only affects the directory that lumo was started in, all other directories can be listed - from relative or absolute paths. |
This was referenced Apr 8, 2019
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to list files in a directory with
fs.readdir
orfs.readdirSync
in the latest1.9.0
it returns#js ["LUMO__INTERNAL__CLASSPATH"]
instead of the directory contents:However with
1.9.0-alpha
in the same directory it returns the list of files correctly:The text was updated successfully, but these errors were encountered: