chore: update to latest TypeScript (#32596)
This commit is contained in:
parent
32ae67c873
commit
db9ab80694
11 changed files with 15 additions and 69 deletions
|
@ -357,7 +357,7 @@ describe('webContents module', () => {
|
|||
});
|
||||
|
||||
it('sets appropriate error information on rejection', async () => {
|
||||
let err;
|
||||
let err: any;
|
||||
try {
|
||||
await w.loadURL('file:non-existent');
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue