You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My call is the following: const results = walkdir.sync(fileOrDir, { follow_symlinks: true });
where fileOrDir is the test directory.
However, for some reason it does not add "Random.sol" to the results list. Random.sol is linked through a symlink and the file lies outside of the test directory (but is linked from the test directory through "symlink3.").
What could the problem be? If more information is needed, let me know.
The text was updated successfully, but these errors were encountered:
My filestructure is the following:
https://github.com/swisstackle/pr/blob/master/filestructureuml.png
My call is the following:
const results = walkdir.sync(fileOrDir, { follow_symlinks: true });
where fileOrDir is the test directory.
However, for some reason it does not add "Random.sol" to the results list. Random.sol is linked through a symlink and the file lies outside of the test directory (but is linked from the test directory through "symlink3.").
What could the problem be? If more information is needed, let me know.
The text was updated successfully, but these errors were encountered: