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,5 +1,5 @@
|
|||
import { expect } from 'chai';
|
||||
import * as deprecate from '../lib/common/deprecate';
|
||||
import { deprecate } from 'electron/main';
|
||||
|
||||
describe('deprecate', () => {
|
||||
let throwing: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue