Skip to content

Clear editor file menu item #21

Clear editor file menu item

Clear editor file menu item #21

Triggered via push September 22, 2024 23:44
Status Failure
Total duration 25s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build: src/main/commands.ts#L27
Catch clause variable type annotation must be 'any' or 'unknown' if specified.
Build: src/main/menus.ts#L68
Argument of type '({ role: string; label?: undefined; submenu?: undefined; } | { label: string; submenu: ({ label: string; click: () => Promise<void>; type?: undefined; role?: undefined; } | { type: string; label?: undefined; click?: undefined; role?: undefined; } | { ...; })[]; role?: undefined; } | { ...; })[]' is not assignable to parameter of type '(MenuItemConstructorOptions | MenuItem)[]'.
Build
Process completed with exit code 2.