fix: running tests with release build (#31092)
This commit is contained in:
parent
c377fe4ba6
commit
98ac0ca52a
7 changed files with 16 additions and 28 deletions
2
typings/internal-electron.d.ts
vendored
2
typings/internal-electron.d.ts
vendored
|
@ -123,7 +123,7 @@ declare namespace Electron {
|
|||
insertSeparator(index: number): void;
|
||||
insertSubMenu(index: number, commandId: number, label: string, submenu?: Menu): void;
|
||||
delegate?: any;
|
||||
getAcceleratorTextAt(index: number): string;
|
||||
_getAcceleratorTextAt(index: number): string;
|
||||
}
|
||||
|
||||
interface MenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue