CookCLI icon indicating copy to clipboard operation
CookCLI copied to clipboard

`cook doctor` fails to report issue that playground errors on

Open jwodder opened this issue 1 month ago • 1 comments

If I have a .cook file with a non-numeric timer like:

Cook for ~{a few%minutes}.

then cook doctor will not report any problems when validating the recipe, but the playground reports an error:

Error: Timer value is text: a few
  ╭─[playground]
  │
1 │ Cook for ~{a few%minutes}.
  ┆            ──┬──          
  ┆              │            
  ┆              ╰───────────── expected a number here
──╯

jwodder avatar Dec 02 '25 19:12 jwodder

The problem here is that these errors come from extensions which aren't enabled in CookCLI

dubadub avatar Dec 03 '25 13:12 dubadub