Closed davidyuk closed 2 years ago
The problem is that - is misused in getFilesystem https://github.com/aeternity/aeproject/blob/038ac5eacf62f691313eb389db17d7b4eafb5ddc/src/lib/utils.js#L17 - without escaping meant to be a range, like [a-d] matches a, b, c, d
-
getFilesystem
[a-d]
The problem is that
-
is misused ingetFilesystem
https://github.com/aeternity/aeproject/blob/038ac5eacf62f691313eb389db17d7b4eafb5ddc/src/lib/utils.js#L17-
without escaping meant to be a range, like[a-d]
matches a, b, c, d