variable AssetMissing

The release has no asset for this platform — a deno compile build asking for a target only the SEA matrix publishes, or the reverse.

import * as Install from './install.ts';

Install.AssetMissing({ asset: 'qunitx-macos-x64.tar.gz', tag: 'v1.0.0' }).code; // 'UpgradeAssetMissing'

Type

Failure.FailureFactory<"UpgradeAssetMissing", { asset: string; tag: string; }>

Usage

import { AssetMissing } from "lib/commands/upgrade/install.ts";