Clear editor file menu item #21
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.
|