electron-main: Add a missing break.
This commit is contained in:
parent
c3c5756c7a
commit
449eca6fb4
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ ipcMain.on('seshat', async function(ev, payload) {
|
||||||
case 'deleteEventIndex':
|
case 'deleteEventIndex':
|
||||||
await eventIndex.delete();
|
await eventIndex.delete();
|
||||||
eventIndex = null;
|
eventIndex = null;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'isEventIndexEmpty':
|
case 'isEventIndexEmpty':
|
||||||
if (eventIndex === null) ret = true;
|
if (eventIndex === null) ret = true;
|
||||||
|
|
Loading…
Reference in a new issue