Skip to content

@loontail/minecraft-kit v0.5.0 / verifyRuntime

Function: verifyRuntime()

ts
function verifyRuntime(input): Promise<VerificationResult>

Verify the Java runtime files. Honours target.runtime.installRoot when set so a shared/global runtime install is checked at its real location instead of the per-target runtime/ subfolder.

Parameters

ParameterType
inputVerifyRuntimeInput

Returns

Promise<VerificationResult>

Source

src/verify/runtime.ts:31

MIT License