Open toddpi314 opened 3 years ago
find on Windows vs nix has different behavior. Blocks like https://github.com/Chrisvin/EasyAndroidEmulator/blob/master/src/index.js#L137-L145 will map to the find tool on nix and fail, since the piped system image data isn't a file system handle.
find
Consider switching to using os.platform and favoring grep for *nix
Thanks for bringing this to my attention. Will check on this.
find
on Windows vs nix has different behavior. Blocks like https://github.com/Chrisvin/EasyAndroidEmulator/blob/master/src/index.js#L137-L145 will map to thefind
tool on nix and fail, since the piped system image data isn't a file system handle.Consider switching to using os.platform and favoring grep for *nix