Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
fix openPath ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 23, 2022
1 parent ba724df commit e8658e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function getPath(event, path) {
return app.getPath(path);
}

function openPath(path) {
async function openPath(event, path) {
return shell.openPath(path);
}

Expand Down

0 comments on commit e8658e0

Please sign in to comment.