Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/main/OgoneDev.ts>displayError

Advanced Web Composition for Future
Latest
function displayError
import { displayError } from "https://deno.land/x/ogone@revb3/src/main/OgoneDev.ts";

a function to display all the error with the HMR's message overlap

Parameters

message: string

the title of the error

errorType: string

the type of the error

errorObject: Error

the error that you would throw without this function