Skip to content

Commit

Permalink
fix: 修复App没有窗口时无法创建的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mbp.user committed Mar 21, 2024
1 parent be1d0d3 commit ebc0ae4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Spoons/AppKeyable.spoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ local launchOrFocusWindowByPath = function(path)
return item:role() == 'AXWindow'
end
)
else
print('AppNotFound:', appBundleID)
return false
end
else
print('PathNotFound:', path)
Expand Down

0 comments on commit ebc0ae4

Please sign in to comment.