Skip to content

workspace: Downgrade abort() to a warning when getting index

Jonas Ådahl requested to merge jadahl/mutter:wip/workspace-index-warning into main

Instead of crashing on invalid input, just log a warning and return -1. This will hopefully result in less abort():y behavior with missbehaving Javascript code.

Related: gnome-shell#4203

Merge request reports