Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CrashDialogError

import type { CrashDialogError } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Crash dialog was detected during the test execution

interface CrashDialogError {
crashPackage?: string;
}

§Properties

§
crashPackage?: string
[src]

The name of the package that caused the dialog.