(...args: ReadonlyArray<any>)
| 404 | console.error(...args) |
| 405 | }) |
| 406 | ) |
| 407 | |
| 408 | /** |
| 409 | * Creates a scoped console group, optionally collapsed and labeled, and closes it automatically when the Effect scope is finalized. |
| 410 | * |
| 411 | * **Example** (Grouping scoped output) |
| 412 | * |
| 413 | * ```ts import.meta.vitest |
| 414 | * import { Console, Effect } from "effect" |
no test coverage detected