property SpawnResult.exitCode

The installer's exit code. Null when a signal killed it, or when it never started.

Type

number | null

Usage

import { type SpawnResult } from "lib/commands/upgrade/process.ts";