Skip to content

Hangs when it fails to locate a binary to spawn. #127

@genkernel

Description

@genkernel
try await run(
            .name("ls")
)
  • is fine.
try await run(
            .name("docker"),
            arguments: .init(["--version"])
)
  • hangs forever.

Desired: throw an exception or something when failed to run a binary (due to PATH or watever).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions