1
0
Fork 0
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:
Andrew Simachev 2021-04-23 10:59:03 +03:00
parent 346c0daecf
commit 80221ce97c
3 changed files with 14 additions and 4 deletions

View file

@ -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);
});
});