add missing module to electron-pre build

This commit is contained in:
Stewart Allen 2025-02-04 23:09:55 -05:00
commit 2f016abfc5
2 changed files with 1 additions and 1 deletions

View file

@ -368,7 +368,6 @@ self.kiri.load(api => {
}
api.event.on("init-done", function() {
console.log({ init_done: init });
if (init) {
return;
}