Skip to content

Commit

Permalink
fix: id not found correct aim
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Apr 10, 2021
1 parent 3081c74 commit 274eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ try {
}

emptyOutput = [...codeCacheJson.lastKnownMenubarData.menus.File.items]
.find(({ id }) => id === "submenuitem.25")
.find(({ label }) => label === "Open &&Recent")
.submenu.items.filter(({ uri }) => !!uri)
.map(({ uri }) => {
const path = uri.path;
Expand Down

0 comments on commit 274eb77

Please sign in to comment.