Skip to content

Cargo command calls don't output color to the terminal #480

Closed
@evaporei

Description

@evaporei

💡 Feature description

When wasm-pack runs cargo build for example, under the hood, the output of it has no color.

💻 Basic example

In the image down below, this part should have color just like using cargo build directly on the terminal.
screenshot from 2019-01-03 19-55-23

Part without color:

  [4/9] Compiling to WASM...
      Finished release [optimized] target(s) in 0.04s

I honestly would like to have color because it eases to understand errors on the terminal 🙂

Example of error without color:

screenshot from 2019-01-03 20-55-41

Example with color:

screenshot from 2019-01-03 20-57-06

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions