Fix NPE when opening DevTools
This commit is contained in:
parent
876e622f4f
commit
1709ab61ef
4 changed files with 17 additions and 7 deletions
|
|
@ -7,5 +7,5 @@ export default {
|
|||
cb(css);
|
||||
});
|
||||
},
|
||||
getQuickCss: () => ipcRenderer.invoke(IPC_GET_QUICK_CSS)
|
||||
getQuickCss: () => ipcRenderer.invoke(IPC_GET_QUICK_CSS) as Promise<string>
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue