Skip to content

SilentAsarFallbackError

Thrown when a booted owned instance is running a different app (asar) version than the pinned SilentAsarFallbackErrorConstructorParams.requestedVersion — the installer shell was too old for the pin and silently reverted to its own bundled asar. Carries both versions so callers can instanceof-match and surface an actionable remedy (pin a newer installer).

Import:

import { SilentAsarFallbackError } from 'obsidian-integration-testing';

Signature:

export class SilentAsarFallbackError extends Error

Extends: Error

Constructor

new SilentAsarFallbackError(params: SilentAsarFallbackErrorConstructorParams)

Creates the error from the pinned and actually-running versions.

Properties

PropertyTypeDescription
requestedVersionstringThe pinned Obsidian app (asar) version that was requested.
runningApiVersionstringThe Obsidian app (asar) version the instance is actually running.

Links to this page: