Skip to content

Use os.platform instead of command detection #1

Description

@toddpi314

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.

Consider switching to using os.platform and favoring grep for *nix

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions