chore: restore deprecate as an internal module (#40124)
* Revert "refactor: don't expose deprecate as an internal module (#35311)"
This reverts commit 8424779906
.
* check crashed event warnings
This commit is contained in:
parent
8b8fbd0408
commit
737e3de3fa
12 changed files with 106 additions and 27 deletions
|
@ -1,7 +1,6 @@
|
|||
import * as fs from 'fs';
|
||||
|
||||
import { Menu } from 'electron/main';
|
||||
import * as deprecate from '@electron/internal/common/deprecate';
|
||||
import { Menu, deprecate } from 'electron/main';
|
||||
|
||||
const bindings = process._linkedBinding('electron_browser_app');
|
||||
const commandLine = process._linkedBinding('electron_common_command_line');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue