Skip to content

fix(setup): allow 'esp'/'windows' for device target #134

fix(setup): allow 'esp'/'windows' for device target

fix(setup): allow 'esp'/'windows' for device target #134

Triggered via push December 26, 2024 16:45
Status Failure
Total duration 41s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
release: src/extensions/setup-extension.ts#L19
Object literal may only specify known properties, and 'esp' does not exist in type 'Record<Device, (() => Promise<void>) | ((args: SetupArgs | PlatformSetupArgs) => Promise<void>)>'.
release: src/extensions/update-extension.ts#L19
Object literal may only specify known properties, and 'esp' does not exist in type 'Record<Device, (() => Promise<void>) | ((args: SetupArgs) => Promise<void>)>'.
release
Process completed with exit code 1.