runemarkv0.3.1

← All examples

Error block

What went wrong, why, and the command that fixes it.

Error block

site/src/showcase.ts
renderError({
  heading: "Required toolchain is unavailable",
  explanation: "The configured version is not installed.",
  remedy: "Install the required toolchain:",
  commands: [
    "toolchain install stable"
  ]
})
✖ Required toolchain is unavailable
  The configured version is not installed.

  Remedy: Install the required toolchain:

  $ toolchain install stable
  • renderError