Skip to content

Implement localized message for disabled incremental hot update in de… #178

Implement localized message for disabled incremental hot update in de…

Implement localized message for disabled incremental hot update in de… #178

Triggered via push September 16, 2025 04:51
Status Failure
Total duration 58s
Artifacts

lint.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint (20.x)
Process completed with exit code 2.
lint (20.x): src/context.ts#L50
Argument of type '{ checkUpdate: () => Promise<void>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; dismissError: () => void; downloadUpdate: () => Promise<void>; ... 5 more ...; packageVersion: string; }' is not assignable to parameter of type '{ checkUpdate: () => Promise<void | CheckResult>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; ... 12 more ...; lastError?: Error | undefined; }'.