knit icon indicating copy to clipboard operation
knit copied to clipboard

No color on `--style progress`

Open DrSensor opened this issue 2 years ago • 0 comments

I just notice the color output are disabled on error when using --style progress while basic and steps works just fine.

// number.rs
extern "C" { static mut offset: u32; }
fn add() -> u32 { offset }
-- Knitfile
return b{
  $ %.wasm: %.rs
    rustc --target=wasm32-unknown-unknown --crate-type=lib $input -o $output    
}

2023-08-06_00-51

DrSensor avatar Aug 05 '23 17:08 DrSensor