chore: fix linting (#23473)
This commit is contained in:
parent
21900fe4f4
commit
091f45b879
2 changed files with 37 additions and 37 deletions
|
@ -1,6 +1,6 @@
|
|||
const { app, session } = require('electron')
|
||||
const { app, session } = require('electron');
|
||||
|
||||
app.on('ready', () => {
|
||||
session.fromPartition('in-memory')
|
||||
process.exit(0)
|
||||
})
|
||||
session.fromPartition('in-memory');
|
||||
process.exit(0);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue