We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48ba975 + 67a1f5e commit fba5666Copy full SHA for fba5666
frontend/context/ElectronApiProvider.tsx
@@ -49,7 +49,7 @@ export const ElectronApiContext = createContext<ElectronApiContextProps>({
49
clear: async () => {},
50
},
51
setAppHeight: () => {},
52
- saveLogs: async () => ({}),
+ saveLogs: async () => ({ success: false }),
53
openPath: () => {},
54
});
55
0 commit comments