Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnste committed Oct 24, 2019
1 parent 5f7b529 commit 4b40248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = {
{
// You can get the path of the process that triggered Finicky (EXPERIMENTAL)
match: ({ sourceProcessPath }) =>
sourceProcessPath.startsWith("/Applications/Slack.app"),
sourceProcessPath && sourceProcessPath.startsWith("/Applications/Slack.app"),
browser: "Firefox"
},
{
Expand Down

0 comments on commit 4b40248

Please sign in to comment.