mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
CU-tn89xj
This commit is contained in:
parent
346c0daecf
commit
80221ce97c
3 changed files with 14 additions and 4 deletions
|
@ -281,8 +281,8 @@ function createWindow () {
|
|||
});
|
||||
|
||||
ipcMain.on('pathOpen', async (e, path) => {
|
||||
shell.openPath(path).catch((error) => {
|
||||
console.log(error);
|
||||
shell.openPath(path).catch((err) => {
|
||||
console.log(err);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue